tools (version 3.4.0)

getVignetteInfo:

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
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

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 DataCamp Workspace