Opens the DataGangeR interactive workflow in a local Shiny app. Requires
the shiny, bslib, DT, and plotly packages.
Usage
run_app(max_upload_mb = 50, launch = interactive(), port = NULL, ...)Arguments
- max_upload_mb
Maximum file upload size in megabytes. Default 50.
- launch
Whether to launch the app. Default
interactive(). Set toFALSEto configure options without blocking (useful for testing).- port
Port to pass to
shiny::runApp(). DefaultNULL.- ...
Additional arguments passed to
shiny::runApp().
Examples
if (interactive()) {
run_app()
}
