Skip to contents

read single omop table from parquet or csv file NOTE these omop_cdm* functions are for omop extracts rather than the concepts and may be best moved to another package

Usage

omop_cdm_table_read(tablename, path, filetype = "parquet")

Arguments

tablename

name of omop table e.g. "person"

path

file path

filetype

default "parquet" option "csv"

Value

a dataframe

Examples

#person = omop_cdm_table_read("person",path)