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_f_u_n_c_t)

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

     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.

_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)
     }

