Learn R Programming

ODMconverter (version 1.2)

office2ODM: office2ODM

Description

office2ODM transforms an office file into ODM format. Supported formats are csv-files, txt-files (tab-separated) and xlsx-files (Microsoft Excel). Input: Office file with study header, itemgroups, items and codelists, including semantic annotation (see example). Output: CDISC ODM format (Version 1.3; see example)

Usage

office2ODM( officefile="" )

Arguments

officefile
Name of office file for conversion. File format: csv, txt (tab-separated) or xlsx (Microsoft excel), 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
office2ODM(officefile=file.path(path.package("ODMconverter"),"extdata","ODM-Test.xlsx"))

Run the code above in your browser using DataLab