getPkgVigs              package:Biobase              R Documentation

_L_i_s_t _V_i_g_n_e_t_t_e _F_i_l_e_s _f_o_r _a _P_a_c_k_a_g_e

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

     This function will return a listing of all vignettes stored in a
     package's 'doc' directory.

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

     getPkgVigs(package = NULL)

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

 package: A character vector of packages to search or 'NULL'. The
          latter is for all attached packages (in 'search()').

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

     A dataframe with columns 'package', 'filename', 'title'.

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

     Jeff Gentry, modifications by Wolfgang Huber.

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

     'openVignette'

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

      z <- getPkgVigs()
      z # and look at them

