laads_search_datasets: Returns a list of products matching the supplied keywords.

Description Usage Arguments Details Value Examples

View source: R/searchDatasets.R

Description

Returns a list of products matching the supplied keywords.

Usage

1
laads_search_datasets(keywords = c("AOD", "MODIS"))

Arguments

keywords

A vector of keywords (character).

Details

The keywords are OR'd, and will match product shortname, longname, and name of any SDS's contained in the product.

Value

A data.frame (tibble) with time of update, author name and email, title of the product (which helps knowing what's inside), start and end time of the product, and the product name.

Examples

1
2
3
4
## Not run: 
laads_search_datasets(keywords = c("AOD", "MODIS"))

## End(Not run)

maelle/laads documentation built on May 20, 2019, 4:09 p.m.