The goal of tempestdata
is to provide easy access to observational data from
the TEMPEST experiment, located at the
Smithsonian Environmental Research Center
and funded by DOE's Environmental System Science Program.
Currently you can install the preliminary version of tempestdata from GitHub
using the remotes
package:
remotes::install_github("COMPASS-DOE/tempestdata")
Datasets all begin with "tmpst_" and are available when the package is loaded
or attached; you can also use the data
function.
library(tempestdata)
print(tmpst_inventory) # 2019-2021 tree inventory
?tmpst_inventory