View source: R/reporting-render-general.R
checkReportTitles | R Documentation |
Check uniqueness of report titles across the config files. If not unique titles are provided, an error is returned.
checkReportTitles(
configFiles,
configDir = file.path(inputDir, "config"),
inputDir = "."
)
configFiles |
Character vector with config file names |
configDir |
String with directory with config files, ('config' by default) |
inputDir |
String with input directory, working directory by default. |
A named vector with the report titles and the corresponding config file
Michela Pasetto
Other clinical data reporting:
forceParams()
,
getMdHeader()
,
getParamsFromConfig()
,
gitbook_clinDataReview_report()
,
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.