Skip to contents

Wrapper around DBI::dbDisconnect() with error handling.

Usage

safe_disconnect(con)

Arguments

con

A DBI connection object.

Value

Invisible TRUE if disconnected successfully, FALSE otherwise.