gitbook_clinDataReview_report {clinDataReview} | R Documentation |
Clinical data format for bookdown report.
Description
This function is only meant to set sensitive
defaults for gitbook.
gitbook
can be used instead.
Usage
gitbook_clinDataReview_report(
logo = NULL,
logoHeight = "60px",
split_by = "section+number",
config = list(sharing = NULL, toc = list(collapse = "section")),
extra_dependencies = NULL,
css = NULL,
...
)
Arguments
logo |
String, path to the logo. No logo is printed by default. |
logoHeight |
String, indicating the logo height; 60px height by default. |
split_by |
String, how the reports should be split, (see help of the gitbook function) |
config |
List with config parameters, by default: no sharing and collapsed by section. (see help of the gitbook function) |
extra_dependencies |
NULL by default |
css |
String, path to the css. |
... |
Extra parameters passed to the gitbook function. |
Value
R Markdown output format to pass to render_book
.
Author(s)
Laure Cougnaud
See Also
Other clinical data reporting:
checkReportTitles()
,
forceParams()
,
getMdHeader()
,
getParamsFromConfig()
,
html_clinDataReview_report()
,
knitPrintClinDataReview()
,
postProcessReport()
,
render_clinDataReviewReport()