Learn R Programming

oceanexplorer (version 0.1.0)

NOAA_app: Ocean explorer app

Description

Wrapper function that launches the NOAA app.

Usage

NOAA_app(cache = FALSE)

NOAA_server(extended = TRUE, cache)

Value

Shiny app

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).

Examples

Run this code

if (interactive()) {

# run app
NOAA_app()

}

Run the code above in your browser using DataLab