remove placeholder text in function documentation.

This commit is contained in:
Adam Black 2021-08-19 11:46:01 -04:00
parent 35ce18ce81
commit 948a78c09f
1 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ createDdl <- function(cdmVersion){
}
#' @describeIn createDdl createPrimaryKeys asdfladsfj
#' @describeIn createDdl createPrimaryKeys Returns a string containing the OHDSQL for creation of primary keys in the OMOP CDM.
#' @export
createPrimaryKeys <- function(cdmVersion){
@ -115,7 +115,7 @@ createPrimaryKeys <- function(cdmVersion){
return(paste0(sql_result, collapse = ""))
}
#' @describeIn createDdl createForeignKeys asdfladsf
#' @describeIn createDdl createForeignKeys Returns a string containing the OHDSQL for creation of foreign keys in the OMOP CDM.
#' @export
createForeignKeys <- function(cdmVersion){