cff_extract_to_bibtex | R Documentation |
Please use
as_bibentry()
instead.
cff_extract_to_bibtex(x, what = c("preferred", "references", "all"))
cff_to_bibtex(x, what = c("preferred", "references", "all"))
x |
The source that would be used for generating
the
|
what |
Fields to extract from a full
See |
See as_bibentry()
.
Other deprecated functions:
cff_from_bibtex()
,
cff_parse_citation()
,
cff_parse_person()
,
write_bib()
# From a cff object
cff_object <- cff()
cff_object
# bibentry object
bib <- as_bibentry(cff_object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.