| exist.cohort | R Documentation |
Function to extract if a cohort exists
exist.cohort(population, cohort)
population |
Population list |
cohort |
Cohort to check if it is contained in the population list |
TRUE/FALSE
data(ex_pop)
exist.cohort(ex_pop, cohort = "StrangeName_42")
exist.cohort(ex_pop, cohort = "Cohort_1_M")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.