Nothing
#' @rdname AdbiDriver-class
#' @inheritParams methods::show
#' @usage NULL
show_AdbiDriver <- function(object) {
cat("<AdbiDriver>\n")
if (dbIsValid(object)) {
cat(" Type: <", class(object@driver)[1L], ">\n", sep = "")
} else {
cat(" INVALID\n")
}
invisible(object)
}
#' @rdname AdbiDriver-class
#' @export
setMethod("show", "AdbiDriver", show_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.