initialize                package:aRT                R Documentation

"_a_R_T"

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

     Initializer of aRT objects

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

     obj = openConn(user="user", pass="pass", port=port,
     host="localhost")

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

     _u_s_e_r: User of the DBMA. The default is the name logged in the
          system.

     _p_a_s_s_w_o_r_d: Password. The default is "".

     _p_o_r_t: Port of the connection. The default value is 3306.

     _h_o_s_t: Host to connect. The default is "localhost".

_N_o_t_e:

     If an error occours, the connection could not be established.

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

     Marcos Aurelio Carrero and Pedro Ribeiro de Andrade Neto

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.est.ufpr.br/aRT>

_S_e_e _A_l_s_o:

     See 'aRT-showDbs' to show the databases or 'aRT-class' to show the
     description of this class.

