RgScholar:R 中的 Google Scholar API

时间:2021-07-17 15:11:42
【文件属性】:
文件名称:RgScholar:R 中的 Google Scholar API
文件大小:22KB
文件格式:ZIP
更新时间:2021-07-17 15:11:42
R RgScholar R 中的 Google Scholar API 根据用户输入和搜索过滤器在 Google Scholar 中搜索研究论文的 API。 ##安装> library(devtools) > install_github('akshaynagpal/rgscholar') > library(RgScholar) ##Usage 只需指定查询即可使用,如下所示: query_1 <- google_Scholar("heart rate") 也可以应用搜索过滤器来进行更集中的搜索,如下面的查询所示,该查询在 Google Scholar 中搜索包含术语“心率”的研究论文,这些论文发表在1989 年至2015年之间的《自然》杂志上 query_2 <- google_Scholar("heart rate",year_low = 1989, year_high =
【文件预览】:
RgScholar-master
----URL-query-formation.txt(539B)
----.gitignore(29B)
----NAMESPACE(25B)
----R()
--------RgScholar.R(2KB)
----.Rbuildignore(28B)
----LICENSE(1KB)
----man()
--------google_Scholar.Rd(941B)
----RgScholar.Rproj(343B)
----README.md(2KB)
----scholar_output.pdf(6KB)
----.RData(5KB)
----.Rproj.user()
--------9FF8AD26()
----.Rhistory(11KB)
----DESCRIPTION(276B)

网友评论