最近在研究可视分析,看了视频找到了bibliometrix包,可是视频里面没有介绍如何去对中国知网进行可视分析,于是去哔哩哔哩等相关地方查找资料,可是最终还是未能成功,不知道是因为版本更新还是我格式套用错误又或者其他什么原因,利用WOS导出文献格式套用后还是出现了错误的提示 ( Error : 替换数据里有0行,但数据有51),求各位大佬解惑,或者有没有其他方式来对中国知网进行文献计量法(可视化分析) :
R语言对于中国知网(CNKI)的文献计量法(可视分析)的操作
能看看你的代码吗
tctcab 大佬您好,我是在哔哩哔哩里面看到的那个教学,大概程序是利用bibliometrix包里面给的那个Biblioshiny app跳转到网页biblioshiny: the shiny app for bibliometrix,进行data的,最后发现有错误,并且在Rstudio里面也反映了app里面的错误信息。
具体是如下情况:
library(bibliometrix)
Please note that our software is open source and available for use, distributed under the MIT license.
When it is used in a publication, we ask that authors properly cite the following reference:
Aria, M. & Cuccurullo, C. (2017) bibliometrix: An R-tool for comprehensive science mapping analysis,
Journal of Informetrics, 11(4), pp 959-975, Elsevier.
Failure to properly cite the software is considered a violation of the license.
For information and bug reports:
- Take a look at https://www.bibliometrix.org
- Send an email to info@bibliometrix.org
- Write a post on https://github.com/massimoaria/bibliometrix/issues
Help us to keep Bibliometrix and Biblioshiny free to download and use by contributing with a small donation to support our research team (https://bibliometrix.org/donate.html)
To start with the Biblioshiny app, please digit:
biblioshiny()
biblioshiny()
载入需要的程辑包:shiny
Listening on http://127.0.0.1:6393
跳转网页→data→Load data→use a sample collection →start→获得演示表格下载然后套用知网对应部分内容→回到网页→data→load bibliometrix file(s)→载入替换内容的文档→start。
![](具体操作是按照哔哩哔哩里面M78的微型小怪兽视频所做,请大佬指教
1549782348
这里没有对应的输入文件的。
建议将输入文件上传到github的。
dryezl 请问GitHub是什么呀?是那个托管平台吗?
bibliometrix
r包在官网介绍中没有包括中文文献索引网站的。中文文献数据导入的时候,可能出现问题。因为中文的符号和英文的符号不太一样的。中文一般是全角的,而英文是半角的。
convert2df()
是导入函数,具体的话,可能需要看一下这个函数对导入数据是怎么处理的。
dryezl 哦哦哦,好的,谢谢