Combine all session informations across all clinical data reports and export them into a dedicated Markdown document
exportSessionInfoToMd(
sessionInfos,
intermediateDir = "interim",
logFile = NULL,
...
)
String with path to Markdown file containing the session information, NULL if no session information(s) are provided.
List with sessionInfo
objects
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.
(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.
Laure Cougnaud