getKeywords              package:svIDE              R Documentation

_g_e_t _a_l_l _k_e_y_w_o_r_d_s _f_o_r _s_y_n_t_a_x _h_i_g_h_l_i_g_h_t_i_n_g

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

     Get all visible keywords in one or several environment, excluding
     operators and reserved keywords.

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

     getKeywords(pos = 2:length(search()))

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

     pos: A vector of integers with all positions in the search path
          where to look at 

_V_a_l_u_e:

     A vector of character strings with keywords.

_N_o_t_e:

     This function is used by 'createSyntaxFile()' to list all keyword2
     items (thus excluding reserved keywords and operators)

_A_u_t_h_o_r(_s):

     Philippe Grosjean <phgrosjean@sciviews.org>

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

     'getFunctions', 'createSyntaxFile'

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

             getKeywords(1:2)

