readConceptList {DrugUtilisation}R Documentation

Get concept ids from a provided path to json files

Description

[Deprecated]

Usage

readConceptList(path, cdm)

Arguments

path

path to a file or folder containing jsons to be read

cdm

A cdm reference created with CDMConnector

Value

list of concept_ids and respective concept_ids of interest

Examples


library(DrugUtilisation)

cdm <- mockDrugUtilisation()

codelist <- readConceptList(
  path = system.file("concepts", package = "DrugUtilisation"), cdm = cdm
)



[Package DrugUtilisation version 0.7.0 Index]