Skip to contents

read all omop tables from a folder containing parquet or csv files into a list advantage that you don't need to specify table names NOTE these omop_cdm* functions are for omop extracts rather than the concepts and may be best moved to another package

Usage

omop_cdm_read(path, filetype = "parquet", lowercasenames = TRUE)

Arguments

path

path of folder containing files

filetype

default "parquet" option "csv"

lowercasenames

whether to make table names lowercase, default TRUE

Value

a list containing omop tables

Examples

#omop = omop_cdm_read(path,filetype="csv")
#TODO woulkd be good to have a minimal example file in the package
#and to have a test that integer guessing works correctly