getPkgVigs {Biobase} | R Documentation |
This function will return a listing of all vignettes (PDF files)
stored in a package's doc
directory.
getPkgVigs(package = NULL)
package |
character vector of packages to search or NULL .
The latter is for all attached packages (in search() ). |
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).
Jeff Gentry
z <- getPkgVigs() z # and look at them