getPkgVigs {Biobase}R Documentation

A function to list PDF files for a package

Description

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

Usage

getPkgVigs(package = NULL)

Arguments

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

Value

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).

Author(s)

Jeff Gentry

See Also

openVignette

Examples

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

[Package Biobase version 1.4.15 Index]