Nothing
#' @rdname AdbiResult-class
#' @inheritParams DBI::dbBindArrow
#' @usage NULL
dbBindArrow_AdbiResult <- function(res, params, ...) {
# FIXME: avoid coercing params to data.frame,
# dbBind_AdbiResult should call this function instead
dbBind_AdbiResult(res, as.data.frame(params), ...)
}
#' @rdname AdbiResult-class
#' @export
setMethod("dbBindArrow", "AdbiResult", dbBindArrow_AdbiResult)
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.