Session               package:methods               R Documentation

_D_e_p_r_e_c_a_t_e_d:  _S_e_s_s_i_o_n _D_a_t_a _a_n_d _D_e_b_u_g_g_i_n_g _T_o_o_l_s

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

     The functions 'traceOn' and 'traceOff' have been replaced by
     extended versions of the functions 'trace' and 'untrace', and
     should not be used.

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

     sessionData()

     traceOn(what, tracer=browseAll, exit=NULL)

     traceOff(what)

     browseAll()

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


     '_s_e_s_s_i_o_n_D_a_t_a': return the index of the session data in the search
          list, attaching it if it is not attached.


     '_t_r_a_c_e_O_n': initialize tracing on calls to function 'what'.  The
          function or expression 'tracer' is called on entry, and the
          function or expression 'exit' on exit.


     '_t_r_a_c_e_O_f_f': turn off tracing of this function.


     '_b_r_o_w_s_e_A_l_l': browse the current stack of function calls.

          Uses the function 'debugger' to set up browser calls on the
          frames.  On exit from that function, computation continues
          after the call to 'browseAll'.  Computations done in the
          frames will have no effect.


_R_e_f_e_r_e_n_c_e_s:

     Chambers, John M. (2008) _Software for Data Analysis: Programming
     with R_ Springer.  (For the R version.)

     Chambers, John M. (1998) _Programming with Data_ Springer (For the
     original S4 version.)

