p_citation {pacman} | R Documentation |
Generate citation for a package.
p_citation(package = "r", copy2clip = interactive(), tex = getOption("pac_tex"), ...) p_cite(package = "r", copy2clip = interactive(), tex = getOption("pac_tex"), ...)
package |
Name of the package you want a citation for. |
copy2clip |
logical. If |
tex |
logical. If |
... |
Additional inputs to |
## Not run: p_citation() p_cite(pacman) p_citation(pacman, tex = FALSE) p_citation(tex = FALSE) p_cite(knitr) ## End(Not run)