Generates an Excel file with sheets that correspond to an OMOP-CDM tables.
Source:R/generateTestTable.R
generateTestTables.Rd
Generates an Excel file with sheets that correspond to an OMOP-CDM tables.
Usage
generateTestTables(
tableNames,
cdmVersion,
outputFolder,
filename = paste0("test_cdm_", cdmVersion)
)
Arguments
- tableNames
A list specifying the table names to include in the Excel file.
- cdmVersion
The CDM version to use for creating the requested tables (either 5.3 or 5.4).
- outputFolder
The folder where the Excel file will be saved.
- filename
The name of the Excel file. It does not include the extension .xlsx.