connect | R Documentation |
Connect to scidb and return a RevealConnection object.
connect(
pkg_schema,
username = NULL,
password = NULL,
host = NULL,
port = NULL,
protocol = "https",
result_size_limit = 2 * 1048,
db = NULL
)
username |
username of user to log in as |
password |
password for the user. If null, will be requested interactively. |
host |
if NULL, attempt to set automatically from Apache config |
port |
if NULL, attempt to set automatically from Apache config |
protocol |
protocol type |
db |
A db connection from scidbconnect. If not NULL, use instead of username / password / host / port / protocol to connect to Scidb |
results_size_limit |
Maximum size of any single result from a scidb query over this connection. Query results larger than the specified size will error. |
a RevealConnection object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.