amf_data_coverage {amerifluxr}R Documentation

Returns a list of data coverage

Description

AmeriFlux data coverage statistics

Usage

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

## 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)


[Package amerifluxr version 1.0.0 Index]