19 lines
485 B
Plaintext
19 lines
485 B
Plaintext
|
% 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)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{mdFilesLocation}{Path to the root folder of the Wiki repository.}
|
||
|
}
|
||
|
\value{
|
||
|
A data frame with the table definitions culled from the Wiki files.
|
||
|
}
|
||
|
\description{
|
||
|
Parses all .md files in the specified location (or any subfolders), extracting definitions
|
||
|
of the Common Data Model.
|
||
|
}
|