db_connect | R Documentation |
Connect to SciDB server and get a ScidbConnection object.
db_connect(
username = NA,
token = NA,
host = "127.0.0.1",
port = 8083,
protocol = "https",
auth_type = "scidb",
...,
save_to_default_conn = TRUE,
save_token = FALSE,
db = NULL
)
username |
SciDB user name |
token |
SciDB user password or token |
host |
the host to connect to |
port |
Port |
protocol |
Protocol. "https" (preferred, secure) or "http" |
auth_type |
Authentication type |
... |
other optional params used in scidb::scidbconnect |
save_to_default_conn |
A boolean value that determines whether to save
the connection object as the default in the In rare cases should we need to maintain multiple connection objects, we can
set |
save_token |
Whether to save token/password. Default FALSE. Do not set to TRUE in production env. |
db |
A connection object returned by |
A Scidbconnection object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.