deprecated_cff_bibentry: Previous API: Parse a 'bibentry' to 'cff'

cff_parse_citationR Documentation

Previous API: Parse a bibentry to cff

Description

[Deprecated] Please use as_cff.bibentry() method

Usage

cff_parse_citation(bib)

Arguments

bib

A bibentry object.

Value

A bibentry in format cff.

See Also

as_cff.bibentry()

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


cffr documentation built on April 3, 2025, 9:33 p.m.