Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.09 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.09 KB

DIYDDICurator

DOI

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) 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

devtools::install_github("nyuglobalties/diyddi")

Launch DIY DDI Curator

library(diyddi)
curator()

# or
diyddi::curator()