powered by
open_mdb opens connection to given Maria database.
open_mdb
open_mdb(username = "root", password = "root", server, output_database, host = "localhost", port = 3306)
database user name
database user password
string, indicated the db server name.
string, the database name to be used, it has to be created before using it
database host
database port
sets the open connection in memory to be used by other functions
This function establishes connection to given Maria database to store, optionally, the parsed drug bank elements.
# NOT RUN { open_mdb(username = "root", password = "root", host = "localhost", port = 3306, output_database = "drugs") # }
Run the code above in your browser using DataLab