Usage
wisp_runApp(stations = c("WISPstation012", "WISPstation013"), ...)Arguments
- stations
A
character vectorof station names.- ...
Other parameters passed to
shiny::runApp.
Author
Alessandro Oggioni, phD alessandro.oggioni@cnr.it
Examples
if (FALSE) { # \dontrun{
WISP.data::wisp_runApp(launch.browser = rstudioapi::viewer)
} # }