Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Matrix is empty!! Error in strsplit(LABEL, "\\. ") : non-character argument #492

Open
ajcanepa opened this issue Dec 5, 2024 · 1 comment

Comments

@ajcanepa
Copy link

ajcanepa commented Dec 5, 2024

I had followed the tutorial given here.

Following the scopus BibTex code I can get the proper M object.
# Converting the loaded files into a R bibliographic dataframe M <- convert2df(file = myfile, dbsource = "scopus", format = "bibtex")

However, when I run
NetMatrix <- biblioNetwork(M, analysis = "co-citation", network = "references", sep = ";")

I had the following error message:

[1] "Matrix is empty!!"
Error in strsplit(LABEL, "\\. ") : non-character argument

If the M object is OK and gives me all the neccesary information, I have no clue about what can be wrong with the biblioNetwork() function, since I had followed the example by default.

@massimoaria
Copy link
Owner

Unfortunately, the bibtex format exported by Scopus no longer contains bibliographies. You can verify that the CR (Cited References) column of the M object is empty.

If you want to perform a co-citation analysis, you need to download the Scopus data in CSV format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants