dbVariables {MDMAPR} | R Documentation |
Information needed to connect to a local or remote MDMAPR MySQL database instance.
Description
Function stores username, password, database name, and host name for database instance to connect to. Please ensure dbInstance() is set to "Yes" if you are running the application with a database connection.
Usage
dbVariables(user, password, dbname, host)
Arguments
user |
defines username for database connection. |
password |
defines password for database connection. |
dbname |
defines name of database connection. |
host |
defines host name for database connection. |
Details
dbVariables
Value
No return value.
Examples
dbVariables(user = "root",
password = "Test23!",
dbname = 'MDMap_2.0',
host = "127.0.0.1")
[Package MDMAPR version 0.2.3 Index]