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!