check_get_hidden_connection | R Documentation |
Check "hidden" DB connections available and valid or create new one
check_get_hidden_connection(
.database_name = "Documentation",
r_and_a_server = TRUE
)
.database_name |
name of the database you want to connect to |
r_and_a_server |
switch for attaching to R&A server. Default is |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.