Skip to contents

Custom function for printing duckdb database connections

Usage

print_duckdb(object)

Arguments

object

a database connection to a duckdb database

Value

NULL invisibly

Details

Use the following to overwrite the S4 method for printing duckdb objects.

setMethod("show", "duckdb_connection", wisclabmisc::print_duckdb)