bib2bibentry {biblio}R Documentation

Convert lib_df to bibentry

Description

Conversion method for lib_df objects into bibentry.

Usage

bib2bibentry(x, ...)

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

Arguments

x

A lib_df object to be converted.

...

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

Value

An bibentry object.

Examples

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

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

[Package biblio version 0.0.10 Index]