check_get_hidden_connection.Rd
Check "hidden" DB connections available and valid or create new one
check_get_hidden_connection(
.database_name = "Documentation",
r_and_a_server = TRUE
)
name of the database you want to connect to
switch for attaching to R&A server. Default is FALSE
returns an S4 object that inherits from DBIConnection. This object is used to communicate with the database engine.
Note that this function is called for it's side-effect: it will create
a connection object with the name conn_{.database_name}
**that is in the
ideadata
package environment