mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-12-16 17:42:10 +01:00
394 B
394 B
Easily launch the FreesearchR app
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)
} # }