listDescription          package:fUtilities          R Documentation

_D_e_s_c_r_i_p_t_i_o_n _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 a description file.

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

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

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

 package: a literal character or 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 description file.

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

     'listFunctions', 'listIndex'.

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

     ## listDescription -
        listDescription("fUtilities")

