eip                  package:Hmisc                  R Documentation

_E_d_i_t _I_n _P_l_a_c_e

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

     Invokes 'edit( )' on the object 'name' and stores the resulting
     edited object in place of the original, even if this is a remote
     place (as long as the user has write access).  This is more useful
     in S-Plus than in R.

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

     eip(name)

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

    name: an object, usually a function

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

     none

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

     Frank Harrell

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

     'edit'

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

     ## Not run: 
     eip(summary.formula
     ## End(Not run)  # make temporary bug fix in central area

