namespace                package:base                R Documentation

_N_a_m_e _S_p_a_c_e_s

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

     Name Space Support Functions.

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

     pkg::name

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

     pgk: package name symbol or string literal.

    name: variable name symbol or string literal.

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

     The expression `pkg::name' returns the value of the exported
     variable `name' in package `pkg'.

     Currently only the base name space is supported.

     Assignment into name spaces is not supported.

_E_x_a_m_p_l_e_s:

     base::log
     base::"+"

