-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
53 lines (40 loc) · 1.27 KB
/
README.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# DIYDDICurator
<!-- badges: start -->
[](https://doi.org/10.5281/zenodo.7405487)
<!-- badges: end -->
## Description
DIYDDICurator is a graphic user interface to the `rddi` package. It is a
shiny app designed to streamline metadata generation for research data
sharing. It allows the user to input project metadata and generate a
valid [Data Documentation Initiative Codebook (DDI
2.5)](https://ddialliance.org/Specification/DDI-Codebook/2.5/) to
describe the study and data collected.
DDI elements and their attributes are listed in various tabs and
described using `handsontable` (<https://handsontable.com/>). By right
clicking on the table users can add or delete rows. A human readable
README, the DDI Codebook and the data is available for export in the
Export navigation menu.
## Installation
DIYDDICurator installation
``` r
devtools::install_github("nyuglobalties/diyddi")
```
## Launch DIY DDI Curator
``` r
library(diyddi)
curator()
# or
diyddi::curator()
```