This refers to bibliometrix version: 5.4.1.
Minimal reproducible example:
# Fresh R session
bibliometrix::convert2df(
file = "test.bib",
dbsource = "generic",
format = "bibtex"
)
Expected:
Successful import.
Actual:
Warning: data set 'bibtag' not found
Error in [.data.frame(bibtag, , "GENERIC")
After that,
library(bibliometrix)
convert2df(
file = "test.bib",
dbsource = "generic",
format = "bibtex"
)
works correctly.
This refers to bibliometrix version: 5.4.1.
Minimal reproducible example:
Expected:
Successful import.
Actual:
Warning: data set 'bibtag' not found
Error in [.data.frame(bibtag, , "GENERIC")
After that,
works correctly.