forked from NCEAS/datamgmt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
34 lines (21 loc) · 991 Bytes
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Data management utilities for curating, documenting, and publishing data
## Installation
You can install the development version from GitHub with:
```{r eval = FALSE}
# install.packages("remotes")
remotes::install_github("NCEAS/datamgmt")
```
## Usage
Click on "Articles" to see information about functions for:
- General ADC/SASAP data team use
- PIs and data package submitters
- Developers of and contributors to datamgmt
- Downloading packages from the ADC
```{r,include=FALSE}
knitr::opts_chunk$set(
fig.path = "man/figures/NCEAS-Stacked-4C.png", out.width = .3, out.height = 1
)
```
<div>
<p align="center"> <a href="https://www.nceas.ucsb.edu/"><img src="https://www.nceas.ucsb.edu/files/logos/NCEAS/NCEAS-full%20logo-4C.jpg" width="250px" align="center" /></a> <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /> </p>
</div>