as {biblio} | R 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")
[Package biblio version 0.0.10 Index]