bib2bibentry: Convert lib_df to bibentry

View source: R/bib2bibentry.R

bib2bibentryR 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, ])

biblio documentation built on June 22, 2024, 9:37 a.m.

Related to bib2bibentry in biblio...