Problems with bibliometrix

Hi people,

I'm having some problems with de function convert2df, the basic function in the package bibliometrix.

When i try to use csv files, this is happening:

convert2df(file, dbsource = "scopus", format = "csv")
*Error in read.table(file = file, header = header, sep = sep, quote = quote, : *

  • 'file' must be a character string or connection*

In .bib files:

convert2df(file, dbsource = "scopus", format = "bibtex")
Error in file(con, "r")

How do i solve this problems?

Thanks!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.