ui_fn | R Documentation |
shinyUI
objectCreate a shinyUI
object to use in a
analyzeBehaviorspace
shinyApp
.
ui_fn()
A shinyUI
object.
## Not run:
ui <- ui_fn()
server <- server_fn()
shinyApp(ui, server)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.