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
export(buildRelease)
export(buildReleaseZip)
export(createDdl)
export(createForeignKeys)

View File

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

View File

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