open.DBIsvydesign.RdA database-backed survey design object contains a connection to a
database. This connection will be broken if the object is saved and
reloaded, and the connection should ideally be closed with close
before quitting R (although it doesn't matter for SQLite
connections). The connection can be reopened with open.
Object of class DBIsvydesign
Other options, to be passed to dbConnect or
dbDisconnect.
The same survey design object with the connection opened or closed.
DBI package