cb_plot_filters: Plot filters

View source: R/cb_plots.R

cb_plot_filtersR Documentation

Plot filters

Description

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

Usage

cb_plot_filters(cohort)

Arguments

cohort

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

Value

A list of ggplot objects

Examples

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


lifebit-ai/cloudos documentation built on March 25, 2023, 2:47 a.m.