amf_data_coverage: Returns a list of data coverage

Description Usage Arguments Value Examples

Description

AmeriFlux data coverage statistics

Usage

1
amf_data_coverage(data_product = "BASE-BADM", data_policy = "CCBY4.0")

Arguments

data_product

A scalar of character specifying the data product Currently, only "BASE-BADM" is supported.

data_policy

A scalar of character specifying the data policy Currently, "CCBY4.0" and "LEGACY" are supported. The default is "CCBY4.0".

Value

AmeriFlux data coverage

Examples

1
2
3
4
5
6
7
8
## Not run: 
# download the variable availability
data_year <- amf_data_coverage()

# download variable availability for LEGACY policy
data_year <- amf_data_coverage(data_policy = "LEGACY")

## End(Not run)

amerifluxr documentation built on Feb. 8, 2022, 5:16 p.m.