p_citation {pacman} | R Documentation |
Package Citation
Description
Generate citation for a package.
Usage
p_citation(package = "r", copy2clip = interactive(),
tex = getOption("pac_tex"), ...)
p_cite(package = "r", copy2clip = interactive(),
tex = getOption("pac_tex"), ...)
Arguments
package |
Name of the package you want a citation for. |
copy2clip |
logical. If |
tex |
logical. If |
... |
Additional inputs to |
See Also
Examples
## Not run:
p_citation()
p_cite(pacman)
p_citation(pacman, tex = FALSE)
p_citation(tex = FALSE)
p_cite(knitr)
## End(Not run)
[Package pacman version 0.5.1 Index]