Using the rscopus::scopus_search, how can I run all the necessary searches given my API quota?

19 Views Asked by At

The rscopus package takes one's API quota as an argument. However, would it be possible to chunk up the publication records, and finally return all the records together?

1

There are 1 best solutions below

0
Pablo Bernabeu On BEST ANSWER

This can be done using a custom function I've written, called scopus_search_plus.