cb_plot_filters | R Documentation |
Get a list of ggplot objects, each plot having one filter.
cb_plot_filters(cohort)
cohort |
A cohort object. (Required)
See constructor function |
A list of ggplot objects
## Not run:
my_cohort <- cb_load_cohort(cohort_id = "5f9af3793dd2dc6091cd17cd")
plot_list <- cb_plot_filters(cohort = my_cohort)
plot_list[[1]]
library(ggpubr)
ggpubr::ggarrange(plotlist = plot_list)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.