martDisconnect {biomaRt} | R Documentation |
The function 'martDisconnect' is defunct. In BioMart webservice mode, disconnecting is not necessary. Background explanation: In previous versions of this package, a MySQL mode was also supported, which required disconnecting.
mart |
Mart object created with the useMart function |
Steffen Durinck, http://www.stat.berkeley.edu/~steffen
if(interactive()){ mart <- martConnect() martDisconnect(mart = mart) }