as | R Documentation |
Coercion 'lib_df' objects.
x |
An object to be coerced. |
## 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.