View source: R/create_db_connection.R
create_db_connection | R Documentation |
Create a connection to the prod or dev servers that APDE uses
create_db_connection(
server = c("phextractstore", "hhsaw", "inthealth"),
prod = TRUE,
interactive = FALSE
)
server |
Whether we are connecting to HHSAW, inthealth, or phextractstore |
prod |
Whether the production or dev/WIP servers are to be used. Defaults to |
interactive |
Whether to input password manually for HHSAW/inthealth or to
use keyring. True should be used when connecting on VM, typically, or if
keyring/odbc are not set up yet for a given server. Defaults to |
Jeremy Whitehurst
Kai Fukutaki
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.