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.
setup_exclude_plot.RdProduce 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.
Arguments
- configured_data
list. Input dataset created by
setup_configure()orsetup_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().