#' @include dbListTables.R DoordaHostConnection.R
NULL
#' @rdname DoordaHostConnection-class
#' @export
setMethod('dbExistsTable',
c('DoordaHostConnection', 'character'),
function(conn, name, ...) {
return(tolower(name) %in% tolower(dbListTables(conn, pattern=name)))
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.