exportSessionInfoToMd {clinDataReview} | R Documentation |
Combine all session informations across all clinical data reports and export them into a dedicated Markdown document
exportSessionInfoToMd(
sessionInfos,
intermediateDir = "interim",
logFile = NULL,
...
)
sessionInfos |
List with |
intermediateDir |
String with intermediate directory ('interim'
by default), where
markdown files and rds file specifying Js libraries (with |
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 |
String with path to Markdown file containing the session information, NULL if no session information(s) are provided.
Laure Cougnaud