coerce-methods: Coerce 'lib_df' objects

asR Documentation

Coerce 'lib_df' objects

Description

Coercion 'lib_df' objects.

Arguments

x

An object to be coerced.

Examples

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

# Convert lib_df to data frame
as(Refs[1:5, ], "data.frame")

# Convert lib_df to bibentry
as(Refs[1:5, ], "bibentry")

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