View source: R/PackageCitation.R
PackageCitation | R Documentation |
This function outputs the package citation information of a package or all packages loaded in the current session. It is based on a post by Carl Boettinger referenced below.
PackageCitation(packages, bibtex = FALSE, file = NULL)
packages |
Vector of package names we want to cite. If "all" display all packages loaded. |
bibtex |
If TRUE display bibtex citation only. |
file |
If specified is a string giving the file path and name. |
Returns a list of the citation information and outputs a bibtex file if requested.
Richard T Gray, Rgray@kirby.unsw.edu.au
http://www.carlboettiger.info/2012/03/20/citing-r-packages.html
PackageCitation("all")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.