Search code examples
bibliographyscopus

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


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?


Solution

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