NOAA_addin {oceanexplorer} | R Documentation |
Wrapper function that launches the NOAA RStudio addin
NOAA_addin(cache = FALSE)
cache |
Caching the extracted NOAA file in the package's |
Rstudio gadget
if (interactive()) {
# run RStudio addin (can also be launched from `Addins` dropdown menu)
NOAA_addin()
}