powered by
Conversion method for lib_df objects into bibentry.
lib_df
bibentry
bib2bibentry(x, ...)# S3 method for lib_df bib2bibentry(x, ...)
# S3 method for lib_df bib2bibentry(x, ...)
An bibentry object.
A lib_df object to be converted.
Further arguments passed among methods (not yet in use).
## 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