Get concepts from the procedure table for a given cohort
Source:R/aou_pull_concepts.R
aou_get_procedure_concepts.Rd
Get concepts from the procedure 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 procedures
- end_date
The name of the column with the end date for filtering procedures
- ...
Additional arguments to pass to aou_join
Examples
aou_get_procedure_concepts(cohort, c(123, 456), start_date, end_date)
#> Error in aou_get_procedure_concepts(cohort, c(123, 456), start_date, end_date): could not find function "aou_get_procedure_concepts"