dataframeHelpers            package:base            R Documentation

_D_a_t_a _F_r_a_m_e _A_u_x_i_l_i_a_r_y _F_u_n_c_t_i_o_n_s

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

     Auxiliary functions for use with data frames.

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

     xpdrows.data.frame(x, old.rows, new.rows)

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

       x: object of class 'data.frame'.

old.rows, new.rows: row names for old and new rows.

_D_e_t_a_i_l_s:

     'xpdrows.data.frame' is an auxiliary function which expands the
     rows of a data frame.  It is used by the data frame methods of
     '[<-' and '[[<-' (which perform subscripted assignments on a data
     frame), and not intended to be called directly.

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

     '[.data.frame'

