record_as_cited {knitcitations} | R Documentation |
adds a BibEntry object to the works cited list even if not cited with a call to citep/citet
record_as_cited(entry)
entry |
a BibEntry object (or something that can be coerced to one, like bibentry) |
Adds the object to the citation list, with a BibTex citation key that does not duplicate any that are already in the record. Invisibly returns the bibentry object.