OMOP/man/parseWiki.Rd

21 lines
548 B
Plaintext
Raw Normal View History

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/WikiParser.R
\name{parseWiki}
\alias{parseWiki}
\title{Parse Wiki files}
\usage{
parseWiki(mdFilesLocation, output_file)
}
\arguments{
\item{mdFilesLocation}{Path to the root folder of the Wiki repository.}
\item{output_file}{Path to where the output CSV file should be written.}
}
2024-02-06 20:13:45 +00:00
\value{
CSV files with the OMOP CDM specifications.
}
\description{
Parses all .md files in the specified location (or any subfolders), extracting definitions
of the Common Data Model.
}