Description Usage Arguments Details Value Author(s) Examples
Format journal title, volume, issue and pages into single string
1 | journal_cite(x, n, issue = TRUE)
|
x |
a data.frame with output from |
n |
a vector with 4 columns positions for journal, volume, issue and page,
will match |
issue |
include issue with citation, default TRUE |
Formats citations with or without the issue number like MBio 5(1):13 or MBio 5:13
a vector
Chris Stubben
1 2 3 | data(yp)
journal_cite(yp[1:5,])
journal_cite(yp[1:5,], issue=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.