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