NOAA_app {oceanexplorer} | R Documentation |
Wrapper function that launches the NOAA app.
NOAA_app(cache = FALSE)
NOAA_server(extended = TRUE, cache)
cache |
Caching the extracted NOAA file in the package's |
extended |
Boolean whether to build the extended module
(default = |
Shiny app
if (interactive()) {
# run app
NOAA_app()
}