| amf_data_coverage | R Documentation |
AmeriFlux data coverage statistics
amf_data_coverage(data_product = "BASE-BADM", data_policy = "CCBY4.0")
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". |
AmeriFlux data coverage
SITE_ID - Six character site identifier (CC-Sss)
URL - Site page link (url)
publish_years - List of data available years (YYYY)
## 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)