addCohortName: Add cohort name for each cohort_definition_id

View source: R/utilities.R

addCohortNameR 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()



PatientProfiles documentation built on Oct. 30, 2024, 9:13 a.m.