getMdFromConfig {clinDataReview} | R Documentation |
Get path of the HTML
file corresponding
to a specific config file.
Description
The name of the Markdown
file is based on:
for the general
config.yml
file: the basename of the specifiedindexPath
for other config file (each sub-report): the name of the config file, after removal of the '
config-
' part.
Usage
getMdFromConfig(
configFiles,
indexPath = "index.Rmd",
intermediateDir = "./interim"
)
Arguments
configFiles |
Character vector with name or path of the config file(s). |
indexPath |
String with path to the index file,
by default 'index.Rmd' in |
intermediateDir |
String with intermediate directory ('interim'
by default), where
markdown files and rds file specifying Js libraries (with |
Value
String with path to the HTML file
Author(s)
Laure Cougnaud
[Package clinDataReview version 1.6.1 Index]