pacman (version 0.5.1)

p_vignette: View Package Vignette(s)

Description

Interactively view vignettes for package(s) or return a dataframe of vignettes and accompanying information.

Usage

p_vignette(..., char, interactive = TRUE, character.only = FALSE)

p_vign(..., char, interactive = TRUE, character.only = FALSE)

Arguments

char

Character vector containing packages to find vignettes for. If you are calling p_vignette from within a function (or just having difficulties calling it using a character vector input) then pass your character vector of packages to this parameter directly.

interactive

logical. If TRUE will generate an HTML list of selections.

character.only

logical. If TRUE then p_vignette will only accept a single input which is a character vector containing the names of packages to find vignettes for.

name(s) of package(s).

See Also

vignette, browseVignettes

Examples

Run this code
# NOT RUN {
p_vignette(interactive = FALSE)
p_vignette()
p_vign()
p_vign(pacman)
p_vign(grid, utils)
p_vign(grid, utils, interactive = FALSE)
p_vign(fortunes)
# }

Run the code above in your browser using DataCamp Workspace