You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no baseR 'connection' primitive/object. The most common connection objects are those created by the DBI package. These are S4 objects which inherit from the "DBIConnection" virtual class. My feeling is that these DBIConnection derived objects are ubiquitous enough that is_connection() could effectively be inherits(x, "DBIConnection"). We can add more class checks to is_connection() in the future if competing database interfacing packages roll their own connection class.
No description provided.
The text was updated successfully, but these errors were encountered: