exist.cohort: Function to extract if a cohort exists

View source: R/exist.cohort.R

exist.cohortR Documentation

Function to extract if a cohort exists

Description

Function to extract if a cohort exists

Usage

exist.cohort(population, cohort)

Arguments

population

Population list

cohort

Cohort to check if it is contained in the population list

Value

TRUE/FALSE

Examples

data(ex_pop)
exist.cohort(ex_pop, cohort = "StrangeName_42")
exist.cohort(ex_pop, cohort = "Cohort_1_M")

MoBPS documentation built on Nov. 5, 2025, 6:26 p.m.

Related to exist.cohort in MoBPS...