powered by
First calls buildReleaseZips for given cdmVersions and targetDialects. This writes the ddl sql files to the ddl folder. Then zips all written ddl files into a release zip to given output folder.
buildReleaseZips
buildReleaseZip( cdmVersion, targetDialect = listSupportedDialects(), outputfolder = file.path(tempdir(), "output") )
A character string containing the OHDSQL DDL
The version of the CDM you are creating, e.g. 5.3, 5.4. Defaults to all supported CDM versions.
The target dialect. Defaults to all supported dialects.
The output folder. Defaults to "output"
If no (or multiple) targetDialect is given, then one zip is written with the files of all supported dialects.
if (FALSE) { buildReleaseZip(cdmVersion='5.3', targetDialect='sql server', outputfolder='.') }
Run the code above in your browser using DataLab