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 named vector, with elements being file paths of PDF files on a user's system and the names being the actual PDF filename without the '.pdf' extension (example: '/R/library/test/doc/foo.pdf' has 'foo' as a name). _A_u_t_h_o_r(_s): Jeff Gentry _S_e_e _A_l_s_o: 'openVignette' _E_x_a_m_p_l_e_s: z <- getPkgVigs() z # and look at them