base-deprecated             package:base             R Documentation

_D_e_p_r_e_c_a_t_e_d _F_u_n_c_t_i_o_n_s _i_n _B_a_s_e _p_a_c_k_a_g_e

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

     These functions are provided for compatibility with older versions
     of R only, and may be defunct as soon as the next release.

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

     symbol.C(name)
     symbol.For(name)

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

    name: a character string giving either the name of a C function or
          Fortran subroutine.

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

     The original help page for these functions is often available at
     'help("oldName-deprecated")' (note the quotes). Functions in
     packages other than the base package are listed in
     'help("pkg-deprecated")'.

     Functions 'symbol.C' and 'symbol.For' are for historical
     compatibility with S.  'symbol.C' just returns its argument
     unchanged, whereas 'symbol.For' will map to lower case and append
     an underscore on those platforms (almost all) which do so for
     Fortran symbols.  These are no longer of much use in R.

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

     'Deprecated', 'base-defunct'

