browseEdinfo {PAMmisc} | R 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)
[Package PAMmisc version 1.12.1 Index]