README.md

CastorR

Format Castor EDC export.xlsx file for R. For data exported from https://www.castoredc.com/ platform.

Install remotely with the following line:

devtools::install_github("erikerhardt/CastorR")

See vignette for details. Basic use is seen below.

library(CastorR)
dat <- castor_format_R(fn = "CRF_export.xlsx")
str(dat)


erikerhardt/CastorR documentation built on May 4, 2019, 7:42 p.m.