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'