Nothing
#' @rdname keywords-dep
#' @usage NULL
isSQLKeyword_SQLiteConnection_character <- function(dbObj, name, keywords, case, ...) {
warning_once("RSQLite::isSQLKeyword() is deprecated, please switch to DBI::dbQuoteIdentifier().")
isSQLKeyword.default(name, keywords = .SQL92Keywords, case)
}
#' @rdname keywords-dep
#' @export
setMethod("isSQLKeyword", signature(dbObj = "SQLiteConnection", name = "character"), isSQLKeyword_SQLiteConnection_character)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.