Citation {pandocfilters} | R 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
|
prefix |
a inline object or list of inline objects |
hash |
an integer |
[Package pandocfilters version 0.1-6 Index]