Learn R Programming

cloudos (version 0.4.0)

cb_plot_filters: Plot filters

Description

Get a list of ggplot objects, each plot having one filter.

Usage

cb_plot_filters(cohort)

Value

A list of ggplot objects

Arguments

cohort

A cohort object. (Required) See constructor function cb_create_cohort or cb_load_cohort

Examples

Run this code
if (FALSE) {
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)
}

Run the code above in your browser using DataLab