amf_var_info: Get variable information

Description Usage Arguments Value Examples

View source: R/amf_var_info.R

Description

This function obtains the measurement height metadata for the AmeriFlux BASE data product. See AmeriFlux page https://ameriflux.lbl.gov/data/measurement-height/ for details.

Usage

1
amf_var_info(out_dir = tempdir(), verbose = TRUE)

Arguments

out_dir

The output directory (default = tempdir())

verbose

Logical, whether to show download progress (TRUE/FALSE)

Value

A data frame of measurement height data for all AmeriFlux sites #'

Examples

1
2
3
4
5
## Not run: 
# download the measurement height data for all sites
var_info <- amf_var_info()

## End(Not run)

amerifluxr documentation built on Feb. 8, 2022, 5:16 p.m.