cboettig / knitcitations

:package: Generate citations for knitr markdown and html files
http://carlboettiger.info
Other
219 stars 28 forks source link

Assign a key name to a doi and use it thereafter #4

Closed cboettig closed 12 years ago

cboettig commented 12 years ago

I've added support for this to citep,

citep(Halpern2006=("10.1111/j.1461-0248.2005.00827.x"))
citep("Halpern2006")

Creates a named_doi list using options.

  1. perhaps this should just be an index to all named keys, in case we are mixing bibtex and doi-based citations.
  2. Need to add support for this into citet