| cff_to_bibtex {cffr} | R Documentation |
cff objectCreates a bibentry object (bibentry()) from a cff object
cff_to_bibtex(x)
x |
The source that would be used for generating
the
|
A bibentry object that can be parsed to BibTeX format with
toBibtex()
Patashnik, Oren. "BIBTEXTING" February 1988. https://osl.ugr.es/CTAN/biblio/bibtex/base/btxdoc.pdf.
Haines, R., & The Ruby Citation File Format Developers. (2021). Ruby CFF Library (Version 0.9.0) (Computer software). doi: 10.5281/zenodo.1184077.
cff_parse_citation(), bibentry(), toBibtex()
Other bibtex:
cff_extract_to_bibtex(),
encoded_utf_to_latex(),
write_bib()
# From a cff object
package <- cff_create("rmarkdown")
obj <- cff_to_bibtex(package)
obj
toBibtex(obj)