cboettig / knitcitations

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

Citation dropped when identical first author and year appears a third time #21

Closed cboettig closed 11 years ago

cboettig commented 11 years ago

e.g.

 l <- c("10.1038/493157a", "10.1098/rspb.2012.2085", "10.1111/j.1095-8649.2012.03464.x", "10.1111/j.2041-210X.2012.00247.x", "10.1098/rsif.2012.0125", "10.1111/j.1558-5646.2012.01619.x", "10.1111/j.1558-5646.2011.01574.x", "10.1016/j.tpb.2009.10.003", "10.1086/508600")

sapply(l[2:4], citet)
print(bibliography())