getVignetteInfo | R Documentation |
This function gets information on installed vignettes.
getVignetteInfo(package = NULL, lib.loc = NULL, all = TRUE)
package |
Which package to look in, or |
lib.loc |
Which library to look in. |
all |
Whether to search all installed packages, or just attached packages. |
A matrix with columns
Package |
the name of the package |
Dir |
the directory where the package is installed |
Topic |
the name of the vignette |
File |
the base filename of the source of the vignette |
Title |
the title of the vignette |
R |
the tangled R source from the vignette |
PDF |
the PDF or HTML file for display |
The last column of the result is named PDF
for historical reasons,
but it may contain a filename of a PDF or HTML document.
pkgVignettes
is a similar function that can work on
an uninstalled package.
getVignetteInfo("grid")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.