toDate                  package:aRT                  R Documentation

_C_o_n_v_e_r_t _d_a_t_e_s

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

     Convert a data in numeric format (year, month, etc.) to a string
     to be used as aRT temporal data.

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

             toDate(year = 0, month = 1, day = 1, hour = 0, minute = 0, second = 0)

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

    year: Numeric value

   month: 

     day: 

    hour: 

  minute: 

  second: 

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

     Pedro Ribeiro de Andrade

