You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear stasvlasov,
Thanks for your disambr package.
I am sure it will be very useful for bibliometric studies.
I want to analyze AuthorNnames and make corrections of wrong (miswritten) author names.
I intended to use disambr for my WOS data.
My WOS data includes 90000 rows. It was downloaded from WOS as “plain text” and converted it to *.RData format by using bibliometrix (I mean extensin of file is .RData).
I have a dataframe which have all WOS rows (e.g. AU, AF, TI etc.).
I even could not make "plain text" files .txt files read by R. For example, when I type bellow code, I got error.
B <- disambr_read_file("C:/wos/savedrecs2.txt")
ERROR: Disambr: unrecognized header of tsv file: FALSE
skipping file: C:/wos/savedrecs2.txt
Then I down loaded tab delimited file and it was read (no errors)
I even don’t understand how to analyze data with disambr.
How can I use disambr to disambigute Author names in my data.
Would you please provide me some example R codes (tutorial) for using disambr for an WOS data.
Best regards
The text was updated successfully, but these errors were encountered:
Dear stasvlasov,
Thanks for your disambr package.
I am sure it will be very useful for bibliometric studies.
I want to analyze AuthorNnames and make corrections of wrong (miswritten) author names.
I intended to use disambr for my WOS data.
My WOS data includes 90000 rows. It was downloaded from WOS as “plain text” and converted it to *.RData format by using bibliometrix (I mean extensin of file is .RData).
I have a dataframe which have all WOS rows (e.g. AU, AF, TI etc.).
I am trying to understand how to use disambr package. I make trials however I could succeed nothing.
I read explanations both in
https://rdrr.io/github/stasvlasov/disambr/man/
https://github.com/stasvlasov/disambr
I even could not make "plain text" files .txt files read by R. For example, when I type bellow code, I got error.
B <- disambr_read_file("C:/wos/savedrecs2.txt")
ERROR: Disambr: unrecognized header of tsv file: FALSE
Then I down loaded tab delimited file and it was read (no errors)
I even don’t understand how to analyze data with disambr.
How can I use disambr to disambigute Author names in my data.
Would you please provide me some example R codes (tutorial) for using disambr for an WOS data.
Best regards
The text was updated successfully, but these errors were encountered: