listIndex             package:fUtilities             R Documentation

_I_n_d_e_x _F_i_l_e _L_i_s_t_i_n_g

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

     Lists the content of an index file.

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

     listIndex(package = "Rmetrics", character.only = FALSE)

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

 package: a literal character string or a character string denoting the
          name of the package to be listed. 

character.only: a logical indicating whether 'package' can be assumed
          to be character strings. 

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

     prints the index file.

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

     'listDescription', 'listIndex'.

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

     ## listIndex -
        listIndex("fUtilities")

