martDisconnect {biomaRt} | R Documentation |
This function closes connections of the Mart object the BioMarts and only has to be used when one connects via MySQL
martDisconnect(mart)
mart |
Mart object created with the useMart function |
Steffen Durinck, http://www.stat.berkeley.edu/~steffen
if(interactive()){ mart <- martConnect() martDisconnect(mart = mart) }