HTML file corresponding
to a specific config file.The name of the Markdown file is based on:
for the general config.yml file:
the basename of the specified indexPath
for other config file (each sub-report):
the name of the config file, after removal of the
'config-' part.
getMdFromConfig(
configFiles,
indexPath = "index.Rmd",
intermediateDir = "./interim"
)String with path to the HTML file
Character vector with name or path of the config file(s).
String with path to the index file,
by default 'index.Rmd' in inputDir.
String with intermediate directory ('interim'
by default), where
markdown files and rds file specifying Js libraries (with knit_meta) for
each sub report are stored.
Laure Cougnaud