Skip to content

humanpred/Rsdtm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

51c84ae · Jul 24, 2020

History

86 Commits
Jul 24, 2020
Jul 24, 2020
Jul 24, 2020
May 15, 2020
May 15, 2020
Feb 24, 2020
Jul 25, 2018
Feb 21, 2020
Jul 22, 2020
Jul 25, 2018
May 15, 2020
Feb 21, 2020
Feb 21, 2020

Repository files navigation

Rsdtm

Travis build status Codecov test coverage CRAN status

The goal of Rsdtm is to simplify SDTM data management and file creation for R.

Installation

GitHub

To install the development version, run the following:

devtools::install_github("billdenney/Rsdtm")

CRAN (someday)

When it is on CRAN (someday), you can install the released version of Rsdtm from CRAN with:

install.packages("Rsdtm")

Example

This is a basic example which shows you how to solve a common problem:

library(Rsdtm)
d <- import_sdtm("/director/to/data")