View source: R/downloadCurrentDdl.R
downloadCurrentDdl | R Documentation |
Get current DDL sitting on the main branch
downloadCurrentDdl(
githubPath = "OHDSI/CommonDataModel",
pathToCsv = "Sql%20Server/OMOP%20CDM%20sql%20server%20ddl.txt",
outputFile = paste0("inst/sql/sql_server/OMOP CDM ddl ", Sys.Date(), ".sql")
)
githubPath |
The path for the GitHub repo containing the package (e.g. 'OHDSI/CommonDataModel'). |
pathToCsv |
The path for the snapshot inside the package. |
outputFile |
The path where the file should be saved. |
This function gets the current ddl on the CDM main branch. It will be taken from the Sql Server folder.
The default location is
inst/settings/currentOmopDdl.sql
.
The current DDL sitting on the main branch of the CommonDataModel repository.
## Not run:
downloadCurrentDdl("OHDSI/CommonDataModel",
pathToCsv="Sql%20Server/OMOP%20CDM%20sql%20server%20ddl.txt")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.