buildReleaseZip | R Documentation |
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.
buildReleaseZip(
cdmVersion,
targetDialect = listSupportedDialects(),
outputfolder = file.path(tempdir(), "output")
)
cdmVersion |
The version of the CDM you are creating, e.g. 5.3, 5.4. Defaults to all supported CDM versions. |
targetDialect |
The target dialect. Defaults to all supported dialects. |
outputfolder |
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.
A character string containing the OHDSQL DDL
## Not run:
buildReleaseZip(cdmVersion='5.3', targetDialect='sql server', outputfolder='.')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.