Description Usage Arguments Details Author(s) Examples
Generates code for the citation of R or an R package.
1 2 |
pkg |
a character(1) vector giving the name of a package. If |
author |
Include author name |
title |
Include title of package |
org |
Include organization name |
address |
Include address |
volume |
Include volume |
year |
include year of publication |
note |
include the note on the citation. |
Not every option is populated in every package.
Future improvements might include automatic detection of NULL fields,
but for now, observing the output with all the options set to TRUE
will tell you which ones are empty.
Benjamin Nutter
1 2 | lazy.citation()
lazy.citation(pkg="lazyWeave", org=FALSE, address=FALSE, volume=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.