readConceptList {DrugUtilisation}R Documentation

Get concept ids from a provided path to json files

Description

Get concept ids from a provided path to json files

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.6.0 Index]