exportSessionInfoToMd {clinDataReview}R Documentation

Combine all session informations across all clinical data reports and export them into a dedicated Markdown document

Description

Combine all session informations across all clinical data reports and export them into a dedicated Markdown document

Usage

exportSessionInfoToMd(
  sessionInfos,
  intermediateDir = "interim",
  logFile = NULL,
  ...
)

Arguments

sessionInfos

List with sessionInfo objects

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.

logFile

(optional) String with path to a log file, where output (also error/messages/warnings) should be stored. If specified, the entire output is re-directed to this file.

...

Any parameters passed to renderFile, for expert use only.

Value

String with path to Markdown file containing the session information, NULL if no session information(s) are provided.

Author(s)

Laure Cougnaud


[Package clinDataReview version 1.5.0 Index]