Learn R Programming

biblio (version 0.0.9)

bib2bibentry: Convert lib_df to bibentry

Description

Conversion method for lib_df objects into bibentry.

Usage

bib2bibentry(x, ...)

# S3 method for lib_df bib2bibentry(x, ...)

Value

An bibentry object.

Arguments

x

A lib_df object to be converted.

...

Further arguments passed among methods (not yet in use).

Examples

Run this code
## Read installed electronic library
Bib <- read_bib(x = file.path(path.package("biblio"),
        "LuebertPliscoff.bib"))

## Convert the first five entries
bib2bibentry(Bib[1:5, ])

Run the code above in your browser using DataLab