parseWiki {CommonDataModel} | R Documentation |
Parse Wiki files
Description
Parses all .md files in the specified location (or any subfolders), extracting definitions of the Common Data Model.
Usage
parseWiki(mdFilesLocation, output_file)
Arguments
mdFilesLocation |
Path to the root folder of the Wiki repository. |
output_file |
Path to where the output CSV file should be written. |
Value
CSV files with the OMOP CDM specifications.
[Package CommonDataModel version 0.2.0 Index]