getJsDepClinDataReview {clinDataReview}R Documentation

Get Javascript custom scripts required for specific clinical data functionalities.

Description

Get Javascript custom scripts required for specific clinical data functionalities.

Usage

getJsDepClinDataReview(
  type = c("collapsibleButton", "patientProfiles"),
  dep = NULL
)

Arguments

type

(optional) Character vector with type of dependencies, either: 'collapsibleButton' or 'patientProfiles'.

dep

(optional) Character vector with names of Javascript dependencies By default, all dependencies are included.

Value

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))

Author(s)

Laure Cougnaud


[Package clinDataReview version 1.5.0 Index]