addCohortName {PatientProfiles} | R Documentation |
Add cohort name for each cohort_definition_id
Description
Add cohort name for each cohort_definition_id
Usage
addCohortName(cohort)
Arguments
cohort |
cohort to which add the cohort name |
Value
cohort with an extra column with the cohort names
Examples
library(PatientProfiles)
cdm <- mockPatientProfiles()
cdm$cohort1 %>%
addCohortName()
[Package PatientProfiles version 1.1.1 Index]