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:

     loadURL(url, envir = parent.frame(), quiet = TRUE, ...)
     delay(x, env = .GlobalEnv)

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

     url: a character string naming a URL.

   envir: the environment where the data should be loaded.

quiet, ...: additional arguments to 'download.file'.

       x: an expression

     env: an evaluation environment

_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")'.

     'loadURL' has been superseded by 'load(url())'.  Note the comments
     on that help page: Windows users will need to use 'mode="wb"'.

     'delay' has been replaced by 'delayedAssign'.  As from R 2.1.0
     promises should never be visible unevaluated.

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

     'Deprecated'

