Biobase (version 2.32.0)

getPkgVigs: List Vignette Files for a Package

Description

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

Usage

getPkgVigs(package = NULL)

Arguments

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

Value

A data.frame with columns package, filename, title.

See Also

openVignette

Examples

Run this code
 z <- getPkgVigs()
 z # and look at them

Run the code above in your browser using DataCamp Workspace