From R to vosviewer to perform a co-occurence analysis - Stack Overflow

I used this piece of code to merge data from scopus and Web Of Science and deduplicate data.library(bi

I used this piece of code to merge data from scopus and Web Of Science and deduplicate data.

library(bibliometrix)
library(writexl)

wos_data <- convert2df(
  file = "/data/web of science 2022.txt", 
  dbsource = "wos", 
  format = "plaintext")

scopus_data <- convert2df(
  file = "/data/scopus 2022.csv", 
  dbsource = "scopus", 
  format = "csv")

merged_data <- mergeDbSources(
  wos_data, 
  scopus_data, 
  remove.duplicated = TRUE)

write.csv(merged_data, 
          file = "/data/merged_data 2022.csv", 
          row.names = FALSE)

Now, I need to do a co-occurence network analyse and vosviewer needs a .txt file for Web of Science data and a csv file. So I did several tries but each time format is not correct or it's only possible to do a co-authorship analysis. Do someone has already this job and could help me ?

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744412014a4572925.html

相关推荐

  • From R to vosviewer to perform a co-occurence analysis - Stack Overflow

    I used this piece of code to merge data from scopus and Web Of Science and deduplicate data.library(bi

    6天前
    40

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信