Wrapper function that launches the NOAA RStudio addin
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.
Examples
if (interactive()) {
# run RStudio addin (can also be launched from `Addins` dropdown menu)
NOAA_addin()
}