knitPrintClinDataReview {clinDataReview} | R Documentation |
Include output from clinical data, or list of such outputs in a Rmarkdown report, with an appropriate title.
Description
Include output from clinical data, or list of such outputs in a Rmarkdown report, with an appropriate title.
Usage
knitPrintClinDataReview(list, sep = ".", level = 1)
Arguments
list |
Named list of clinical data plots, the names are used for the section header. If several section header should be created, either:
|
sep |
String with separator used to distinguish different levels in the labels of the list. e.g. '.' by default. |
level |
Integer with base level for section, 1 by default. |
Value
No returned value, the plots are included in the report. If a element in the list are empty (NULL), these elements (and the associated sections) are not included in the report.
Author(s)
Laure Cougnaud
See Also
Other clinical data reporting:
checkReportTitles()
,
forceParams()
,
getMdHeader()
,
getParamsFromConfig()
,
gitbook_clinDataReview_report()
,
html_clinDataReview_report()
,
postProcessReport()
,
render_clinDataReviewReport()