- Authors: Data Science Fellows, Spring 2018
- License: Apache 2
- Package source code on Github
- Submit Bugs and feature requests
The datamgmt R package supports management of data packages on the Arctic Data Center (ADC) and State of Alaska's Salmon and People (SASAP) data portals.
You can install the development version from github with:
# install.packages("devtools")
devtools::install_github("NCEAS/datamgmt")
We generally follow the tidyverse style conventions, with the following specific style preferences:
- underscore for all variable names unless referring to an EML object (i.e. otherEntity, publicationDate, etc.)
- all functions should include argument checks in the form of
stopifnot
statements
Work on this package was supported by:
- The Arctic Data Center: NSF-PLR grant #1546024 to M. B. Jones, S. Baker-Yeboah, J. Dozier, M. Schildhauer, and A. Budden
Additional support was provided by the National Center for Ecological Analysis and Synthesis, a Center funded by the University of California, Santa Barbara, and the State of California.