R/show__duckdb_driver.R

Defines functions show__duckdb_driver

Documented in show__duckdb_driver

#' @rdname duckdb_driver-class
#' @inheritParams methods::show
#' @usage NULL
show__duckdb_driver <- function(object) {
  message(drv_to_string(object))
  invisible(NULL)
}

#' @rdname duckdb_driver-class
#' @export
setMethod("show", "duckdb_driver", show__duckdb_driver)

Try the duckdb package in your browser

Any scripts or data that you put into this service are public.

duckdb documentation built on Nov. 17, 2023, 5:08 p.m.