Wrapper function that launches the NOAA app.
Arguments
- cache
Caching the extracted NOAA file in the package's
extdata
directory (default =FALSE
). Size of individual files is around 12 Mb. Uselist_NOAA()
to list cached data resources.- extended
Boolean whether to build the extended module (default =
TRUE
).
Examples
if (interactive()) {
# run app
NOAA_app()
}