Learn R Programming

oceanexplorer (version 0.1.0)

NOAA_addin: Ocean explorer addin

Description

Wrapper function that launches the NOAA RStudio addin

Usage

NOAA_addin(cache = FALSE)

Value

Rstudio gadget

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.

Examples

Run this code

if (interactive()) {

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

}

Run the code above in your browser using DataLab