Description Usage Arguments See Also Examples
Interactively view vignettes for package(s) or return a dataframe of vignettes and accompanying information.
1 2 3 | p_vignette(..., char, interactive = TRUE, character.only = FALSE)
p_vign(..., char, interactive = TRUE, character.only = FALSE)
|
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). |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.