p_vignette: View Package Vignette(s)

Description Usage Arguments See Also Examples

View source: R/p_vignette.R

Description

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

Usage

1
2
3
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## 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)

## End(Not run)

trinker/pacman documentation built on May 21, 2020, 6:23 a.m.