server_fn | R Documentation |
shinyServer
object.Create a shinyServer
object to use in the
analyzeBeahviorspace
shinyApp
.
server_fn()
A shinyServer
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.