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

Is there an example for using disambr #1

Open
oguzozbay opened this issue Oct 15, 2021 · 0 comments
Open

Is there an example for using disambr #1

oguzozbay opened this issue Oct 15, 2021 · 0 comments
Assignees

Comments

@oguzozbay
Copy link

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

  • 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

@stasvlasov stasvlasov self-assigned this Nov 28, 2021
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