generateTestTables {TestGenerator} | R Documentation |
Generates an Excel file with sheets that correspond to an OMOP-CDM tables.
Description
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. |
Value
An Excel file with the tables requested.
[Package TestGenerator version 0.4.0 Index]