Defunct                 package:base                 R Documentation

_M_a_r_k_i_n_g _O_b_j_e_c_t_s _a_s _D_e_f_u_n_c_t

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

     When a function is removed from R it should be replaced by a
     function which calls '.Defunct'.

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

     .Defunct(new, package = NULL, msg)

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

     new: character string: A suggestion for a replacement function. 

 package: character string: The package to be used when suggesting
          where the defunct function might be listed. 

     msg: character string: A message to be printed, if missing a
          default message is used. 

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

     '.Defunct' is called from defunct functions. Functions should be
     listed in 'help("pkg-defunct")' for an appropriate 'pkg',
     including 'base'.

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

     'Deprecated'.

     'base-defunct' and so on which list the defunct functions in the
     packages.

