newJournalCitation: Create a citation element that represents a document...

View source: R/nozzle.R

newJournalCitationR 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


Nozzle.R1 documentation built on June 23, 2022, 9:10 a.m.