martDisconnect {biomaRt} | R Documentation |
This function closes connections of the Mart object the BioMarts
martDisconnect(mart)
mart |
Mart object created with function martConnect |
Steffen Durinck, http://www.esat.kuleuven.ac.be/~sdurinck
if(interactive()){ mart <- martConnect() martDisconnect(mart = mart) }