powered by
Wrapper function that launches the NOAA app.
NOAA_app(cache = FALSE)NOAA_server(extended = TRUE, cache)
NOAA_server(extended = TRUE, cache)
Shiny app
Caching the extracted NOAA file in the package's extdata directory (default = FALSE). Size of individual files is around 12 Mb. Use list_NOAA() to list cached data resources.
extdata
FALSE
list_NOAA()
Boolean whether to build the extended module (default = TRUE).
TRUE
if (interactive()) { # run app NOAA_app() }
Run the code above in your browser using DataLab