Get Javascript custom scripts required for specific clinical data functionalities.
getJsDepClinDataReview(
type = c("collapsibleButton", "patientProfiles"),
dep = NULL
)
List of htmlDependency
.
To include this dependency in a report e.g. generated with rmarkdown,
these can be passed to the: extra_dependencies
parameter
of the output_format
specific function, e.g.:
rmarkdown::render(...,
output_format = rmarkdown::html_document(extra_dependencies = dep))
(optional) Character vector with type of dependencies, either: 'collapsibleButton' or 'patientProfiles'.
(optional) Character vector with names of Javascript dependencies By default, all dependencies are included.
Laure Cougnaud