codesFromCohort: Get concept ids from a provided path to cohort json files
Description
Get concept ids from a provided path to cohort json files
Usage
codesFromCohort(path, cdm, type = c("codelist"))
Value
Named list with concept_ids for each concept set
Arguments
- path
Path to a file or folder containing JSONs of cohort definitions
- cdm
A cdm reference created with CDMConnector
- type
Can be "codelist", "codelist_with_details", or
"concept_set_expression"