newCitation: Create a citation element.

View source: R/nozzle.R

newCitationR Documentation

Create a citation element.

Description

Create a citation element.

Usage

  newCitation(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.