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