cdm_from_files {CDMConnector} | R Documentation |
Create a CDM reference from a folder containing parquet, csv, or feather files
cdm_from_files(
path,
cdm_tables = deprecated(),
format = "auto",
as_data_frame = TRUE
)
path |
A folder where an OMOP CDM v5.4 instance is located. |
cdm_tables |
deprecated |
format |
What is the file format to be read in? Must be "auto" (default), "parquet", "csv", "feather". |
as_data_frame |
TRUE (default) will read files into R as dataframes. FALSE will read files into R as Arrow Datasets. |
A list of dplyr database table references pointing to CDM tables