Skip to contents

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

Usage

launch_FreesearchR(...)

Arguments

...

passed on to shiny::runApp()

Value

shiny app

Examples

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