Learn R Programming

cffr (version 1.2.0)

cff_parse_citation: Previous API: Parse a bibentry to cff

Description

[Deprecated] Please use as_cff.bibentry() method

Usage

cff_parse_citation(bib)

Value

A bibentry in format cff.

Arguments

bib

A bibentry object.

See Also

as_cff.bibentry()

Other deprecated functions: cff_extract_to_bibtex(), cff_from_bibtex(), cff_parse_person(), write_bib()

Examples

Run this code

bib <- citation("base")
bib


# To cff
bib_to_cff <- as_cff(bib)
bib_to_cff

Run the code above in your browser using DataLab