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:

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

intermediateDir

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.

Value

String with path to the HTML file

Author(s)

Laure Cougnaud


[Package clinDataReview version 1.5.0 Index]