update documentation

This commit is contained in:
Adam Black 2021-08-20 12:10:41 -04:00
parent d17a4c3e2e
commit 13c6fc4cf3
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# Generated by roxygen2: do not edit by hand # Generated by roxygen2: do not edit by hand
export(buildRelease)
export(buildReleaseZip) export(buildReleaseZip)
export(createDdl) export(createDdl)
export(createForeignKeys) export(createForeignKeys)

View File

@ -7,7 +7,7 @@
buildRelease( buildRelease(
cdmVersions = listSupportedVersions(), cdmVersions = listSupportedVersions(),
targetDialects = listSupportedDialects(), targetDialects = listSupportedDialects(),
outputfolder = file.path(getwd(), "ddl") outputfolder = file.path(getwd(), "inst", "ddl")
) )
} }
\arguments{ \arguments{

View File

@ -7,7 +7,7 @@
buildReleaseZip( buildReleaseZip(
cdmVersion, cdmVersion,
targetDialect = listSupportedDialects(), targetDialect = listSupportedDialects(),
outputfolder = file.path(getwd(), "ddl") outputfolder = file.path(getwd(), "inst", "ddl")
) )
} }
\arguments{ \arguments{