View source: R/r_squared_shiny.R
r_squared_shiny | R Documentation |
Run the Shiny server for visualizing R-Squared
R-Squared Shiny UI
R-Squared Shiny Server
r_squared_shiny(...)
r_squared_shiny_ui()
r_squared_shiny_server(input, output, session)
... |
other parameters passed to |
input |
Shiny input object. |
output |
Shiny output object. |
session |
Shiny session object. |
results of 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.