is.connected {dabr} | R Documentation |
Verify connection
Description
Verify if connection object is still valid, is connected to the database server.
Usage
is.connected(conn, ...)
## S3 method for class 'MariaDBConnection'
is.connected(conn, ...)
Arguments
conn |
DB connection object. |
... |
Optional parameters. |
Value
Connection status.
[Package dabr version 0.0.4 Index]