Description Usage Arguments Value Examples
All connections parameters are stored into a my.conf file
1 |
db_info |
list(default.file= ,groups= ,dbname= ) |
A database connection
1 2 | pr2_con <- db_connect(db_info("pr2_local"))
test_con <- db_connect(list(default.file="my.cnf", groups="root" , dbname= "test"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.