Launch Analytics Workstation
run_workstation.RdRun or launch Analytics Workstation from installed package resources.
Usage
run_workstation(host = "127.0.0.1", port = NULL, launch_browser = TRUE,
options = list(), app_dir = NULL, launch.browser = NULL)
launch_workstation(prefer_desktop = TRUE, ...)Arguments
- host
Host interface for the local Shiny server.
- port
Port for the local Shiny server. If
NULL, the environment setting or Shiny default is used.- launch_browser
Whether to open a browser after launch.
- options
Optional Shiny app options.
- app_dir
Deprecated compatibility argument. Ignored because installed package resources are authoritative.
- launch.browser
Deprecated compatibility spelling for
launch_browser.- prefer_desktop
Whether to prefer the installed desktop launcher when present.
- ...
Additional arguments forwarded to
run_workstation()when falling back to browser launch.