Description Usage Arguments Value Examples
View source: R/connectToRaMP.R
Connect to RaMP database (requires mysql password when running locally)
1 2 | connectToRaMP(dbname = "ramp", username = "root", conpass = NULL,
host = "localhost")
|
dbname |
the name of the database (by default a string that is database name including all tables |
username |
a string that is username for database (default: root) |
conpass |
password for database (string) |
host |
a string that stand for host |
MySQL connection based on given dbname,username,password, and host
1 2 3 4 | ## Not run:
con <- connectToRaMP(dbname="ramp",username="root",conpass="mypassword",host = "localhost")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.