| spada | R Documentation |
Generates a 'shiny' application for interactive data analysis.
spada(..., run_local = TRUE)
... |
Objects of data.frame class |
run_local |
Logical. Whether to run the application locally. If TRUE the app will close at session end. |
An object of class 'shiny.appobj' representing the 'shiny' application. Printing the object launches the interactive app in a web browser.
if(interactive()) spada(datasets::mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.