Nothing
#' @rdname AdbiDriver-class
#' @inheritParams DBI::dbIsValid
#' @usage NULL
dbIsValid_AdbiDriver <- function(dbObj, ...) {
inherits(dbObj@driver, "adbc_driver")
}
#' @rdname AdbiDriver-class
#' @export
setMethod("dbIsValid", "AdbiDriver", dbIsValid_AdbiDriver)
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.