cdmFromFiles(
path,
format = "auto",
cdmVersion = "5.3",
cdmName = NULL,
asDataFrame = TRUE
)cdm_from_files(
path,
format = "auto",
cdm_version = "5.3",
cdm_name = NULL,
as_data_frame = TRUE
)
A list of dplyr database table references pointing to CDM tables
A folder where an OMOP CDM v5.4 instance is located.
What is the file format to be read in? Must be "auto" (default), "parquet", "csv", "feather".
The version of the cdm (5.3 or 5.4)
A name to use for the cdm.
TRUE (default) will read files into R as dataframes. FALSE will read files into R as Arrow Datasets.