Description Usage Arguments Details
Connect to a local (default) or remote instance of circBase2.
1 2 3 | cb2connect(host = "localhost", db.user = getOption("db.username"),
password = rstudioapi::askForPassword("cb2 password"),
dbname = getOption("mysql.db"))
|
host |
hostname (localhost) |
password |
cb2 password |
dbname |
database name (circBase2) |
user |
username (cb2admin) |
A simple wrapper for DBI::dbConnect, exists pretty much only to take advantage of password prompt.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.