ODM2R: ODM2R

Description Usage Arguments Author(s) References Examples

View source: R/ODM2R.R

Description

ODM2R transforms ODM file into source code for R data frame "odmdata".
Clinical data (if available) is converted into source code for R data frame "clindata"
Input: File in CDISC ODM format (Version 1.3; see example)
Output: R source code for data frame "odmdata" (optional: data frame "clindata") with ODM attributes (see example).

Usage

1
 ODM2R(ODMfile="", Form_OID="", IG_OID="") 

Arguments

ODMfile

Name of ODM file for conversion.
File format: ODM version 1.3, see example. If omitted, file.choose()-dialog is started

Form_OID

optional argument: OID of form for conversion.

IG_OID

optional argument: OID of item group for conversion.

Author(s)

Martin Dugas (dugas@uni-muenster.de)

References

Dugas M, Dugas-Breit S. Integrated data management for clinical studies: automatic transformation of data models with semantic annotations for principal investigators, data managers and statisticians.
PLoS One. 2014 Feb 28;9(2):e90492

Examples

1
ODM2R(ODMfile=file.path(path.package("ODMconverter"),"extdata","ODM-Test_S.0000.xml"))

ODMconverter documentation built on May 30, 2017, 7:44 a.m.