Cite {pandocfilters} | R Documentation |
Constructs an inline object of type "Cite"
.
Cite(citation, x)
citation |
an object of type |
x |
a inline object or a list of inline objects |
ci <- Citation(suffix=list(Str("Suffix_1")),
id="Citation_ID_1", prefix=list(Str("Prefix_1")))
Cite(ci, Str("some text"))