dp.search: Return data product IDs based on a search keyword

Description Usage Arguments Value Author(s) See Also Examples

View source: R/dp_search.R

Description

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.

Usage

1
dp.search(keyword)

Arguments

keyword

Parameter of class character. The search phrase used when searching through data product names.

Value

A data frame of data product names and their associated data product IDs

Author(s)

Robert Lee rhlee@colorado.edu

See Also

Currently none

Examples

1
2
3
4
## Not run: 
names=Z10::dp.search(keyword="fish")

## End(Not run)

Z10 documentation built on May 2, 2019, 3:25 a.m.

Related to dp.search in Z10...