dp.search {Z10}R Documentation

Return data product IDs based on a search keyword

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

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

## Not run: 
names=Z10::dp.search(keyword="fish")

## End(Not run)

[Package Z10 version 0.1.0 Index]