View source: R/optimall_shiny.R
shiny_server | R Documentation |
Server logic for Interactive Shiny for Optimall.
shiny_server(input, output, session)
input |
input for Shiny server. |
output |
output for by Shiny server. |
session |
session for Shiny server. |
Defines server logic for Shiny app that can be loaded with
optimall_shiny()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.