cff_parse_citation | R Documentation |
bibentry
to cff
Please use
as_cff.bibentry()
method
cff_parse_citation(bib)
bib |
A |
A bibentry
in format cff
.
as_cff.bibentry()
Other deprecated functions:
cff_extract_to_bibtex()
,
cff_from_bibtex()
,
cff_parse_person()
,
write_bib()
bib <- citation("base")
bib
# To cff
bib_to_cff <- as_cff(bib)
bib_to_cff
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.