loess_shiny | R Documentation |
Run the Loess Shiny server
Shiny Server
Shiny UI
loess_shiny(...)
loess_shiny_ui()
loess_shiny_server(input, output, session)
... |
other parameters passed to shiny::shinyApp |
input |
Shiny input object. |
output |
Shiny output object. |
session |
Shiny session oboject. |
a function with Shiny server logic.
a Shiny UI object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.