2

我必须在 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)

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

在这个例子中,如果我搜索“行业”,我想获取查询的搜索结果的数量。

query      occurrence
industry     1789

我该怎么办?

4

0 回答 0