Get concepts from the condition table for a given cohort
Source:R/aou_pull_concepts.R
aou_get_condition_concepts.Rd
Get concepts from the condition table for a given cohort
Arguments
- cohort
A cohort object
- concepts
A vector of concept IDs to filter by
- start_date
The name of the column with the start date for filtering condition occurrences
- end_date
The name of the column with the end date for filtering condition occurrences
- ...
Additional arguments to pass to aou_join
Examples
aou_get_condition_concepts(cohort, c(123, 456), start_date, end_date)
#> Error in aou_get_condition_concepts(cohort, c(123, 456), start_date, end_date): could not find function "aou_get_condition_concepts"