dates                  package:its                  R Documentation

_E_x_t_r_a_c_t _d_a_t_e_s _f_r_o_m _o_b_j_e_c_t _o_r _a_s_s_i_g_n _d_a_t_e_s _t_o _o_b_j_e_c_t.

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

     Extract dates from objects.  Particularly time series objects.

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

     dates(x, ...)
     dates(x) <- value

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

       x: an object which contains dates 

   value: new dates to be assigned to object 

     ...: further arguments to function 

_V_a_l_u_e:

     a vector of dates

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

     Whit Armstrong

