getPkgVigs | R Documentation |
This function will return a listing of all vignettes stored in a package's doc
directory.
getPkgVigs(package = NULL)
package |
A character vector of packages to search or
|
A data.frame with columns package
, filename
, title
.
Jeff Gentry, modifications by Wolfgang Huber.
openVignette
z <- getPkgVigs()
z # and look at them
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.