libs                 package:cwhtool                 R Documentation

_L_i_s_t _a_l_l _i_n_s_t_a_l_l_e_d _p_a_c_k_a_g_e_s, _o_r _a_l_l _f_u_n_c_t_i_o_n_s _i_n _a _p_a_c_k_a_g_e

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

     Lists all packages (called without an argument) or the functions
     in a package (called with the package name - quotes not needed).

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

       libs(Lib)

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

     Lib: package name, if missing see above

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

     ??

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

       libs()
       libs(base)

