amf_var_info {amerifluxr}R Documentation

Get variable information

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

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

## Not run: 
# download the measurement height data for all sites
var_info <- amf_var_info()

## End(Not run)

[Package amerifluxr version 1.0.0 Index]