#' @rdname DBI
#' @inheritParams DBI::dbReadTable
#' @usage NULL
dbReadTable_KazamConnection_character <- function(conn, name, ...) {
testthat::skip("Not yet implemented: dbReadTable(Connection, character)")
}
#' @rdname DBI
#' @export
setMethod("dbReadTable", c("KazamConnection", "character"), dbReadTable_KazamConnection_character)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.