README.md

just playing around for now

tempestdata

R-CMD-check

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.

Installation

Currently you can install the preliminary version of tempestdata from GitHub using the remotes package:

remotes::install_github("COMPASS-DOE/tempestdata")

Example

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


COMPASS-DOE/tempestdata documentation built on Feb. 9, 2022, 12:50 a.m.