Skip to contents

All data.frames in the global environment will be accessible through the app.

Usage

shiny_freesearcheR(...)

Arguments

...

arguments passed on to shiny::runApp()

Value

shiny app

Examples

if (FALSE) { # \dontrun{
data(mtcars)
shiny_freesearcheR(launch.browser = TRUE)
} # }