Nothing
#' @rdname duckdb_connection-class
#' @inheritParams DBI::dbBegin
#' @usage NULL
dbBegin__duckdb_connection <- function(conn, ...) {
dbExecute(conn, SQL("BEGIN TRANSACTION"))
invisible(TRUE)
}
#' @rdname duckdb_connection-class
#' @export
setMethod("dbBegin", "duckdb_connection", dbBegin__duckdb_connection)
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.