Learn R Programming

PAMmisc (version 1.12.3)

browseEdinfo: 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)

Value

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

Arguments

var

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

Author

Taiki Sakai taiki.sakai@noaa.gov

Examples

Run this code

if (FALSE) {
# browse the full list (interactive)
edi <- browseEdinfo()

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

Run the code above in your browser using DataLab