powered by
open_db opens connection to given database.
open_db
open_db(driver, server, output_database, trusted_connection = TRUE)
odbc object to define database driver.
string, indicated the db server name.
string, the database name to be used, it has to be created before using it
boolean, is the connection secure
sets the open connection in memory to be used by other functions
This function establishes connection to given database to store, optionally, the parsed drug bank elements.
# NOT RUN { open_db(driver = "SQL Server", server = "MOHAMMED\\\\SQL2016", output_database = "drugbank2") # }
Run the code above in your browser using DataLab