FreesearchR/reference/launch_FreesearchR.md

394 B

Easily launch the FreesearchR app

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

Usage

launch_FreesearchR(...)

Arguments

Value

shiny app

Examples

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