martDisconnect            package:biomaRt            R Documentation

_D_i_s_c_o_n_n_e_c_t_s _f_r_o_m _B_i_o_M_a_r_t_s

_D_e_s_c_r_i_p_t_i_o_n:

     This function closes connections of the Mart object the BioMarts
     and only has to be used when one connects via MySQL

_U_s_a_g_e:

     martDisconnect(mart)

_A_r_g_u_m_e_n_t_s:

    mart: Mart object created with the useMart function

_A_u_t_h_o_r(_s):

     Steffen Durinck, <URL: http://www.stat.berkeley.edu/~steffen>

_E_x_a_m_p_l_e_s:

     if(interactive()){
     mart <- martConnect()

     martDisconnect(mart = mart)
     }

