browseEdinfo | R Documentation |
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
browseEdinfo(var = NULL)
var |
the name or partial name of a variable to filter the available datasets by |
Returns an edinfo
class object that can be used to get environmental
data with other functions
Taiki Sakai taiki.sakai@noaa.gov
## Not run:
# browse the full list (interactive)
edi <- browseEdinfo()
# search for sst datasets (interactive)
edi <- browseEdinfo(var='sst')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.