NOAA_app: Ocean explorer app

View source: R/NOAA_app.R

NOAA_appR Documentation

Ocean explorer app

Description

Wrapper function that launches the NOAA app.

Usage

NOAA_app(cache = FALSE)

NOAA_server(extended = TRUE, cache)

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.

extended

Boolean whether to build the extended module (default = TRUE).

Value

Shiny app

Examples


if (interactive()) {

# run app
NOAA_app()

}

oceanexplorer documentation built on Oct. 17, 2023, 1:12 a.m.