bibentry_to_df.Rd
This function takes a bibentry and converts it to a data frame.
A data frame
### Use the base R bibentry
metabefor::bibentry_to_df(citation());
#> title author
#> 1 R: A Language and Environment for Statistical Computing NULL, NULL
#> organization address year
#> 1 R Foundation for Statistical Computing Vienna, Austria 2024
#> url bibtype
#> 1 https://www.R-project.org/ Manual