getDBConnect | R Documentation |
R Function für generating a custom colorpallette of length x
getDBConnect(
dbase = "ucchscience",
dbuser = NULL,
dbpwd = NULL,
useconfig = T,
configfile = NULL
)
dbase |
:character vector - Name of ODBC-Connection as specified in odbc.ini |
dbuser |
:character vector - Username for database |
dbpwd |
:character vector - DB Password |
useconfig |
:Boolean - If True the functions tries to read username and password from a config YAML File (default: "/etc/odbc_security.yml") |
configfile |
:character vector - Path to config-YAML file with stored credentials |
an odbc database connection
Stefan Bartels, email@biobits.eu
con<-getDBConnect(dbase= "mydatabase")
con <-getDBConnect("mydatabase",dbuser="User",dbpwd="password",useconfig=F)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.