AmeriFlux data coverage statistics
amf_data_coverage(data_product = "BASE-BADM", data_policy = "CCBY4.0")
A scalar of character specifying the data product Currently, only "BASE-BADM" is supported.
A scalar of character specifying the data policy Currently, "CCBY4.0" and "LEGACY" are supported. The default is "CCBY4.0".
AmeriFlux data coverage
SITE_ID - Six character site identifier (CC-Sss)
URL - Site page link (url)
publish_years - List of data available years (YYYY)
if (FALSE) {
# download the variable availability
data_year <- amf_data_coverage()
# download variable availability for LEGACY policy
data_year <- amf_data_coverage(data_policy = "LEGACY")
}