makeDBConnection | R Documentation |
A wrapper for dbConnect()
makeDBConnection( user, password, host = "localhost", port = 3306, dbapi = "MariaDB" )
user |
mysql user name |
password |
mysql password |
host |
mysql host, default to localhost |
dbConnect()
makeDBConnection("mysql_user", "password12345") makeDBConnection("mysql_user", "password12345", host="168.1.1.1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.