Learn R Programming

ODMconverter (version 1.2)

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

Automatic conversion of ODM format with semantic annotation (manuscript in preparation)

Examples

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

Run the code above in your browser using DataLab