getFunctions              package:svIDE              R Documentation

_G_e_t _a_l_l _f_u_n_c_t_i_o_n_s _i_n _a _g_i_v_e_n _e_n_v_i_r_o_n_m_e_n_t

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

     Get a list of all visible functions in a given environment.

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

     getFunctions(pos)

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

     pos: The position in the search path 

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

     A list of character strings with functions names.

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

     Philippe Grosjean <phgrosjean@sciviews.org>

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

     'getKeywords', 'createSyntaxFile'

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

             getFunctions(1) # Functions defined in .GlobalEnv
             length(getFunctions(length(search()))) # Number of functions in package:base

