View source: R/reporting-formats.R
| gitbook_clinDataReview_report | R Documentation | 
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,
  ...
)
| 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. | 
R Markdown output format to pass to render_book.
Laure Cougnaud
Other clinical data reporting: 
checkReportTitles(),
forceParams(),
getMdHeader(),
getParamsFromConfig(),
html_clinDataReview_report(),
knitPrintClinDataReview(),
postProcessReport(),
render_clinDataReviewReport()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.