View source: R/generateTestTable.R
generateTestTables | R Documentation |
Generates an Excel file with sheets that correspond to an OMOP-CDM tables.
generateTestTables(
tableNames,
cdmVersion,
outputFolder,
filename = paste0("test_cdm_", cdmVersion)
)
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. |
An Excel file with the tables requested.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.