browseEdinfo: Browse a List of Environmental Datasets

View source: R/browseEdinfo.R

browseEdinfoR Documentation

Browse a List of Environmental Datasets

Description

This function browses the list of selected environmental datasets that are recommended as a starting point, and prompts the user to select one to use, returning an edinfo object. Also allows user to filter by variable name, matching will be attempted using regex

Usage

browseEdinfo(var = NULL)

Arguments

var

the name or partial name of a variable to filter the available datasets by

Value

Returns an edinfo class object that can be used to get environmental data with other functions

Author(s)

Taiki Sakai taiki.sakai@noaa.gov

Examples


## Not run: 
# browse the full list (interactive)
edi <- browseEdinfo()

# search for sst datasets (interactive)
edi <- browseEdinfo(var='sst')

## End(Not run)


PAMmisc documentation built on Aug. 17, 2023, 1:06 a.m.