parseWiki: Parse Wiki files

View source: R/WikiParser.R

parseWikiR 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.


CommonDataModel documentation built on Oct. 2, 2024, 1:08 a.m.