dp.search {Z10} | R Documentation |
For a given keyword or search string, a data frame of possible data products will be returned. The search is performed against the data product names, not full data product descriptions. If the R session is interactive, candidate data product information will also print in the console. The data product IDs are used in other Z10 functions to return data.
dp.search(keyword)
keyword |
Parameter of class character. The search phrase used when searching through data product names. |
A data frame of data product names and their associated data product IDs
Robert Lee rhlee@colorado.edu
Currently none
## Not run:
names=Z10::dp.search(keyword="fish")
## End(Not run)