Learn R Programming

ODMconverter (version 2.3)

R2ODM: R2ODM

Description

R2ODM transforms R data frame "odmdata" into ODM file. Input: R data frame with ODM attributes (see example). Output: File in CDISC ODM format (Version 1.3; see example)

Usage

R2ODM(odmdata)

Arguments

odmdata
R data frame for conversion (see example).

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

Run this code
   ## Not run:  source(file.path(path.package("ODMconverter"),"extdata","ODM-Test_S.0000.xml.R")) 
#    R2ODM(odmdata) ## End(Not run)

Run the code above in your browser using DataLab