View source: R/calculus_shiny.R
calculus_shiny_ui | R Documentation |
Shiny UI
Shiny server
Run the Shiny server
calculus_shiny_ui()
calculus_shiny_server(input, output, session)
calculus_shiny(...)
input |
Shiny input object. |
output |
Shiny output object. |
session |
Shiny session object. |
... |
other parameters passed to shiny::shinyApp |
a Shiny UI object.
a function with Shiny server logic.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.