Learn R Programming

ODMconverter (version 1.2)

ODM2R: ODM2R

Description

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

Usage

ODM2R(ODMfile="")

Arguments

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

References

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

Examples

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

Run the code above in your browser using DataLab