hi everyone,
I'm trying to run a bibliometric analysis using bibliometrix, but I'm having trouble with the author names displayed in the Most Productive Authors output.
When I run:
results <- biblioAnalysis(dados_finais_analise, sep = ";")
the output looks like this:
As you can see, some authors appear only as a single letter, like J, M and Y.
I tried several ways to fix this so that the ACTUAL AUTHOR NAME ( “Zhang Y” instead of “Z”) appears in the plots and summary tables, but nothing worked.
I also thought that the single letter might refer to the author’s first name after the surname, but when I manually add a comma after surnames in the AU column (Li, Y), the result shows as “L,” instead of the correct name.
Could someone please help me figure out how to make the author names appear correctly in the results and plots?
Thank you very much!