Citation: Citation

View source: R/pandocfilters.R

CitationR Documentation

Citation

Description

Constructs an object of type "Citation".

Usage

Citation(
  suffix,
  id,
  note_num = 0L,
  mode = "AuthorInText",
  prefix = list(),
  hash = 0L
)

Arguments

suffix

a inline object or list of inline objects

id

a character string (not visible in the text)

note_num

an integer

mode

a character string giving the citation mode, possible values are "AuthorInText", "SuppressAuthor" and "NormalCitation".

prefix

a inline object or list of inline objects

hash

an integer


pandocfilters documentation built on Aug. 12, 2022, 1:05 a.m.