| cff_extract_to_bibtex | R Documentation |
cff_extract_to_bibtex(x, what = c("preferred", "references", "all"))
cff_to_bibtex(x, what = c("preferred", "references", "all"))
x |
The source used to generate the
|
what |
Fields to extract from a full
See |
See as_bibentry().
Deprecated functions:
cff_from_bibtex(),
cff_parse_citation(),
cff_parse_person(),
write_bib()
# From a `cff` object.
cff_object <- cff()
cff_object
# A `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.