Skip to contents

A shiny::reactiveValues object with type safety features. All elements must be named and initialized with state()

Usage

state_manager(...)

Arguments

...

Objects that will be added to the reactivevalues object. All of these objects must be named.