Internal                package:base                R Documentation

_C_a_l_l _a_n _I_n_t_e_r_n_a_l _F_u_n_c_t_i_o_n

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

     '.Internal' performs a call to an internal code which is built in
     to the R interpreter.

     Only true R wizards should even consider using this function, and
     only R developers can add to the list of internal functions.

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

      .Internal(call)

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

    call: a call expression

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

     '.Primitive', '.External' (the nearest equivalent available to 
     users).

