Skip to contents

Wrapper function that launches the NOAA RStudio addin

Usage

NOAA_addin(cache = FALSE)

Arguments

cache

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.

Value

Rstudio gadget

Examples


if (interactive()) {

# run RStudio addin (can also be launched from `Addins` dropdown menu)
NOAA_addin()

}