NOAA_app {oceanexplorer} | R Documentation |
Ocean explorer app
Description
Wrapper function that launches the NOAA app.
Usage
NOAA_app(cache = FALSE)
NOAA_server(extended = TRUE, cache)
Arguments
cache |
Caching the extracted NOAA file in the package's |
extended |
Boolean whether to build the extended module
(default = |
Value
Shiny app
Examples
if (interactive()) {
# run app
NOAA_app()
}
[Package oceanexplorer version 0.1.0 Index]