p_vignette {pacman} | R Documentation |
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 |
interactive |
logical. If |
character.only |
logical. If |
... |
name(s) of package(s). |
See Also
Examples
## 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)
[Package pacman version 0.5.1 Index]