substituteDirect           package:methods           R Documentation

_S_u_b_s_t_i_t_u_t_e_D_i_r_e_c_t

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

     Substitute for the variables named in the second argument the
     corresponding objects, substituting into 'object'.  The argument
     'frame' is a named list; if omitted, the environment of the caller
     is used.

     This function differs from the ordinary 'substitute' in that it
     treats its first argument in the standard S way, by evaluating it.
      In contrast, 'substitute' does not evaluate its first argument.

     The goal is to replace this with an 'eval=' argument to
     'substitute'.

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

     substituteDirect(object, frame, cleanFunction=TRUE)

