Nothing
#' @rdname AdbiConnection-class
#' @inheritParams DBI::dbWriteTable
#' @usage NULL
dbWriteTable_AdbiConnection_character_data.frame <- function(conn, name, value, ...) {
dbWriteTable(conn, Id(table = name), value, ...)
}
#' @rdname AdbiConnection-class
#' @export
setMethod(
"dbWriteTable",
c("AdbiConnection", "character", "data.frame"),
dbWriteTable_AdbiConnection_character_data.frame
)
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.