Description Usage Arguments Value Examples
Pull a single tibble from a ggconsort_cohort
object,
often for downstream analysis or deeper inspection.
1 | cohort_pull(.data, ...)
|
.data |
A |
... |
The cohort to pull as an unquoted expression |
A tibble for a single cohort
1 2 3 4 5 6 7 8 | cohorts <- trial_data %>%
cohort_start("Assessed for eligibility") %>%
cohort_define(
consented = .full %>% dplyr::filter(declined != 1),
consented_chemonaive = consented %>% dplyr::filter(prior_chemo != 1)
)
cohorts %>% cohort_pull(consented_chemonaive)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.