readConceptList {DrugUtilisation} | R Documentation |
readConceptList(path, cdm)
path |
path to a file or folder containing jsons to be read |
cdm |
A cdm reference created with CDMConnector |
list of concept_ids and respective concept_ids of interest
library(DrugUtilisation)
cdm <- mockDrugUtilisation()
codelist <- readConceptList(
path = system.file("concepts", package = "DrugUtilisation"), cdm = cdm
)