autoFF               package:mvbutils               R Documentation

_C_a_l_l_b_a_c_k _f_u_n_c_t_i_o_n _f_o_r _a_u_t_o_m_a_t_i_c _u_p_d_a_t_e_s _o_f _e_d_i_t_e_d _f_u_n_c_t_i_o_n_s.

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

     'autoFF' should not be called directly. It can be installed via
     'addTaskCallback( autoFF)', after which it will be invoked after
     every successful top-level command (i.e. things you type). It
     automatically updates any functions being edited via 'fixr'.

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

     autoFF(...) # but don't call it directly
     # Use it like this: addTaskCallback( autoFF)

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

     ...: a placeholder that absorbs the arguments passed into 'autoFF'
          by the callback mechanism

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

     'autoFF' just calls 'FF'. Just typing <ENTER> isn't enough to
     trigger 'autoFF'; 0<ENTER> will do, though. To use 'autoFF',
     include the USAGE call in your '.First'.

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

 TRUE (for the benefit of callback handling): 

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

     Mark Bravington

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

     'addTaskCallback', 'fixr'

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

     ## Not run: 
     ## Need to set up "fixr" first
     ## If you use "fixr", try putting this in your ".First"
     addTaskCallback( autoFF)
     ## End(Not run)

