connect.artmo.RdThis function provides the core connection to the MySQL backend. By digitizing the MySQL credential and optionally the database R automatically connects to the MYSQL backend.
connect.artmo(user, password, host, database = NULL, getDB = F)
| user | character; MYSQL Username (default = root) |
|---|---|
| password | character; MYSQL password (default = 123456) |
| host | character; Host of the MySQL Server (default = localhost) |
| database | character; Name of the Database you would like to use. If left empty all the databases are returned. |
| getDB | boolean; Would you like to return the Databases available? This option is only available if the database is not specified before |