Description Usage Arguments Value Examples
AmeriFlux data coverage statistics
1 | 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)
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.