Learn R Programming

knitcitations (version 0.4-7)

cite_options: Toggles for various citation options

Description

Toggles for various citation options

Usage

cite_options(tooltip = FALSE, linked = TRUE,
    numerical = FALSE, bibtex_data = FALSE)

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?
numerical
Use numerical instead of author-year format citations?
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.

Value

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