fixup            package:DescribeDisplay            R Documentation

_F_i_x _D_e_s_c_r_i_b_e_D_i_s_p_l_a_y _f_i_l_e_s _w_i_t_h _e_x_t_r_a _c_o_m_m_a_s

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

     R2.4 introduces a warning for trailing commas in lists.  This
     function will fix old files to remove these extra commas.  The
     latest version of the DescribeDisplay plugin does not produce
     extra commas.

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

     fixup(path)

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

    path: path of file to fix

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

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

     Hadley Wickham <h.wickham@gmail.com>

_E_x_a_m_p_l_e_s:

     #sapply(dir("examples", ".[rR]$", full=T), fixup)

