laads_data_coverage: Range of dates covered by the given product in the given...

Description Usage Arguments Details Value Examples

View source: R/getDateCoverage.R

Description

Range of dates covered by the given product in the given collection.

Usage

1
laads_data_coverage(collection = "5", product = "MCD15A2")

Arguments

collection

character, collection name as given by laads_collections()

product

character, product name as given by laads_products()

Details

The range does not account for gaps in the data collection.

Value

A data.frame (tibble) with POSIXct start and end of the data collection.

Examples

1
2
3
4
## Not run: 
laads_data_coverage(collection = "5", product = "MCD15A2")

## End(Not run)

masalmon/laads documentation built on May 21, 2019, 12:40 p.m.