Reserved                package:base                R Documentation

_R_e_s_e_r_v_e_d _W_o_r_d_s _i_n _R

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

     The reserved words in R are

     'if' 'else' 'repeat' 'while' 'function' 'for' 'in' 'next' 'break'

     'TRUE' 'FALSE' 'NULL' 'Inf' 'NaN' 'NA' 'NA_integer_' 'NA_real_'
     'NA_complex_' 'NA_character_'

     '...' and '..1', '..2' etc, used to refer to arguments passed down
     from an enclosing function.

