Validate Mother Duck Connection Status
Usage
validate_md_connection_status(.con, return_type = "msg")
Arguments
- .con
connection
- return_type
return message or logical value of connection status
Value
confirmation or warning message
Examples
con <- DBI::dbConnect(duckdb::duckdb())
validate_md_connection_status(con)
#>
#> ── Connection Status Report: ──
#>
#> ! You are not connected to MotherDuck