Skip to contents

Prints the current database that you are in (adopts language from linux)

Usage

pwd(.con)

Arguments

.con

Value

tibble

Examples

#' con <- DBI::dbConnect(duckdb::duckdb())
pwd(con)
#> Error in validate_con(.con): Connection string is not valid, please try again