newJournalCitation {Nozzle.R1} | R Documentation |
Create a citation element that represents a document published in a journal. This is a convenience wrapper for newCitation
.
Description
Create a citation element that represents a document
published in a journal. This is a convenience wrapper for
newCitation
.
Usage
newJournalCitation(authors, title, publication, issue,
number, pages, year, url = "")
Arguments
authors |
Names of authors. |
title |
Title of the document. |
publication |
Name of the publication where the document appeared. |
issue |
Issue of the publication. |
number |
Number of the publication. |
pages |
Pages of the document in the publication. |
year |
Year when the document was published. |
url |
URL of the document. |
Value
New element.
Author(s)
Nils Gehlenborg nils@hms.harvard.edu
[Package Nozzle.R1 version 1.1-1.1 Index]