knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

pdsbuilder

Travis build status Codecov test coverage

The goal of pds is to create JSON sidecar files in the Psych-DS format to describe your data.

Installation

You can install the development version of pdsbuilder from with:

devtools::install_github("debruine/pdsbuilder")

Example

library(pdsbuilder)
# run shiny app

pds_app()

Code of Conduct

Please note that the pds project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



debruine/pdsbuilder documentation built on July 8, 2020, 9:40 p.m.