amf_variables {amerifluxr} | R Documentation |
Get FP (Flux-Processing) Standard Variable List
Description
This function obtains the latest AmeriFlux FP (Flux-Processing) standard variable list. FP standard defines the variable names and units used for continuously sampled data within the AmeriFlux. Also see AmeriFlux Data Variables page https://ameriflux.lbl.gov/data/aboutdata/data-variables/ for details.
Usage
amf_variables()
Value
A data frame containing the following columns:
Name - Standard variable name
Description - Description of the variable
Units - Standard variable unit
Min - Expected minimal value
Max - Expected maximal value
Examples
## Not run:
# download the list of standard variable names and units
FP_ls <- amf_variables()
## End(Not run)
[Package amerifluxr version 1.0.0 Index]