用r中的rscopus收集搜索事件?

时间:2017-10-16 12:47:58

标签: r find-occurrences scopus

我必须对Scopus提出很多疑问。出于这个原因,我需要自动化该过程。

我已经加载了" rscopus"包和我写了这段代码:

test <- generic_elsevier_api(query = "industry", 
                             type = c("abstract"), 
                             search_type = c("scopus"), 
                             api_key = myLabel, 
                             headers = NULL, 
                             content_type = c("content"),
                             root_http = "http:/api.elsevier.com", 
                             http_end = NULL, 
                             verbose = TRUE, 
                             api_key_error = TRUE)

我的目标是获取特定查询的出现次数。

在此示例中,如果我搜索&#34; industry&#34;,我想获取查询的搜索结果数。

query      occurrence
industry     1789

我该怎么办?

0 个答案:

没有答案