.new_shiny_scene {scenes} | R Documentation |
Structure a Shiny Scene
Description
Structure a Shiny Scene
Usage
.new_shiny_scene(ui, actions)
Arguments
ui |
The ui to return for this set of actions. |
actions |
Zero or more actions required in order to invoke this ui. |
Value
A shiny_scene
object, which is a list
with components ui
and
actions
.
[Package scenes version 0.1.0 Index]