Description Usage Value Examples
View source: R/helper_functions.R
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.
1 |
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
1 2 3 4 5 | ## Not run:
# download the list of standard variable names and units
FP_ls <- amf_variables()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.