View source: R/cb_filter_explore.R
cb_participant_count | R Documentation |
Returns the number of participants in a cohort if the supplied query were to be applied.
cb_participant_count(cohort, query = list(), keep_query = TRUE)
cohort |
A cohort object. (Required)
See constructor function |
query |
A phenotype query defined using the codephenotype function and logic operators (see example below) |
keep_query |
Apply newly specified query on top of exisiting query (Default: TRUE) |
A list with count of participants in the cohort and the total no. of participants in the dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.