Author: Matthew Leonawicz
License: MIT
The trekdata package assists with extracting and curating datasets
that appear in the rtrek package. The scripts associated with this
preparation from source data would typically appear in the rtrek
repository data-raw folder.
However, since the datasets are derived from varied sources and require
a number of custom functions to facilitate all of the preprocessing, it
would make for an unwieldy collection of scripts in the data-raw
folder. Instead, all that work is packaged here to simplify the code
contained in rtrek/data-raw.
You can install the development version of trekdata from GitHub with:
# install.packages("remotes")
remotes::install_github("leonawicz/trekdata")