
Last chance! 50% off unlimited learning
Sale ends in
This function gets information on installed vignettes.
getVignetteInfo(package = NULL, lib.loc = NULL, all = TRUE)
Which package to look in, or NULL
for all packages.
Which library to look in.
Whether to search all installed packages, or just attached packages.
A matrix with columns
the name of the package
the directory where the package is installed
the name of the vignette
the base filename of the source of the vignette
the title of the vignette
the tangled R source from the vignette
the PDF or HTML file for display
pkgVignettes
is a similar function that can work on
an uninstalled package.
# NOT RUN {
getVignetteInfo("grid")
# }
Run the code above in your browser using DataLab