Toggles for various citation options
cite_options(
citation_format = "compatibility",
style = "text",
hyperlink = FALSE,
cite.style = "authoryear",
super = FALSE,
max.names = 4,
longnamesfirst = FALSE,
check.entries = FALSE,
...
)
'pandoc', 'compatibility' (with version 0.5 or earlier), or 'text'
plain "text" style (default) inline citations, "markdown" style or or html style links to the hyperlink
Either logical (FALSE), or link "to.doc" (by DOI if available, otherwise to URL), or link "to.bib" section.
Should inline textual citations use "authoryear", "numeric", or "authortitle" format?
logical, should numeric cite.style be a superscript?
numeric, maximum number of names to list before adding "et al.".
logical. Should all authors be listed the first time a citation is used (rather than obeying max.names?)
logical. Should error if any 'required' bibtex field is missing? Default FALSE
additional arguments to BibOptions
updates the option specified for the duration of the session.