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