Learn R Programming

knitcitations (version 0.6-2)

cite_options: Toggles for various citation options

Description

Toggles for various citation options

Usage

cite_options(tooltip = FALSE, linked = TRUE, bibtex_data = FALSE,
  citation_format = "compatibility", ...)

Arguments

tooltip
Provide a javascript tooltip over the in-line citation? (requires twitter-bootstrap tooltip JS, see details).
linked
Add an HTML link around the in-line citation?
bibtex_data
whether we should write to a bibtex file instead of the knitcitationsCache environment for tracking bibliographic information of what we have already cited.
citation_format
pandoc-style citations, compatibility (with version 0.5 or earlier), or text (show citations as plain text without hyperlinks)
...
additional arguments to BibOptions

Value

  • updates the option specified for the duration of the session.