Skip to contents

Produce an version of the summary_study() plot for use in the interface for excluding studies. Inside the app this is interactive, but it can also be rendered for non-interactive use.

Usage

setup_exclude_plot(configured_data, exclusions = NULL, hover = FALSE)

Arguments

configured_data

list. Input dataset created by setup_configure() or setup_exclude()

exclusions

character. Vector of excluded studies. Defaults to NULL, but can be used to reset on loading

hover

logical. Whether change the cursor on clickable lines. Defaults to FALSE

Value

html. Contains the svg string to generate the plot. This will display the plot when at the end of a quarto or rmarkdown chunk. To view in the viewer panel of Rstudio, use htmltools::browsable(). The output can be saved using write_plot().