getPkgVigs {Biobase} | R Documentation |
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
|
Value
A data.frame with columns package
, filename
, title
.
Author(s)
Jeff Gentry, modifications by Wolfgang Huber.
See Also
Examples
z <- getPkgVigs()
z # and look at them
[Package Biobase version 2.68.0 Index]