tools (version 3.3)

getVignetteInfo: Get information on installed vignettes.

Description

This function gets information on installed vignettes.

Usage

getVignetteInfo(package = NULL, lib.loc = NULL, all = TRUE)

Arguments

package
Which package to look in, or NULL for all packages.
lib.loc
Which library to look in.
all
Whether to search all installed packages, or just attached packages.

Value

  • A matrix with columns
  • Packagethe name of the package
  • Dirthe directory where the package is installed
  • Topicthe name of the vignette
  • Filethe base filename of the source of the vignette
  • Titlethe title of the vignette
  • Rthe tangled R source from the vignette
  • PDFthe PDF or HTML file for display

See Also

pkgVignettes is a similar function that can work on an uninstalled package.

Examples

Run this code
getVignetteInfo("grid")

Run the code above in your browser using DataLab