cff_parse_citation {cffr} | R Documentation |
Previous API: Parse a bibentry
to cff
Description
Please use
as_cff.bibentry()
method
Usage
cff_parse_citation(bib)
Arguments
bib |
A |
Value
A bibentry
in format cff
.
See Also
Other deprecated functions:
cff_extract_to_bibtex()
,
cff_from_bibtex()
,
cff_parse_person()
,
write_bib()
Examples
bib <- citation("base")
bib
# To cff
bib_to_cff <- as_cff(bib)
bib_to_cff
[Package cffr version 1.2.0 Index]