OpenDatabaseConnection | R Documentation |
Open a connection to the Desert Springs Database
OpenDatabaseConnection(use.mojn.default = TRUE, drv = odbc::odbc(), ...)
use.mojn.default |
Connect to the live MOJN Desert Springs database? MOJN staff should use this option. Defaults to |
drv |
DBI driver to use. Defaults to |
... |
Additional arguments to |
A database connection pool object
## Not run:
conn <- OpenDatabaseConnection()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.