Nothing
#' @rdname hidden_aliases
#' @param n Number of rows to fetch, default -1
#' @usage NULL
dbGetQuery_DBIConnection_character <- function(conn, statement, ..., n = -1L) {
rs <- dbSendQuery(conn, statement, ...)
on.exit(dbClearResult(rs))
dbFetch(rs, n = n, ...)
}
#' @rdname hidden_aliases
#' @export
setMethod("dbGetQuery", signature("DBIConnection", "character"), dbGetQuery_DBIConnection_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.