builtins                package:base                R Documentation

_R_e_t_u_r_n_s _t_h_e _n_a_m_e_s _o_f _a_l_l _b_u_i_l_t-_i_n _o_b_j_e_c_t_s

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

     Return the names of all the built-in objects.  These are fetched
     directly from the symbol table of the R interpreter.

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

     builtins(internal = FALSE)

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

internal: a logical indicating whether only "internal" functions (which
          can be called via '.Internal') should be returned.

