powered by
Scopus search
scopus_search(query = NULL, count = 25, start = 0, type = "search", search_type = "scopus", key = NULL, ...)
(character) query terms, as a single character vector
(integer/numeric) results to return: default: 25
(integer/numeric) offset value, default: 0
(character) type of search, default: search
(character) search type, default: scopus
(character) api key. get a key at https://dev.elsevier.com/index.html
curl options passed on to crul::HttpClient
Rate limits for search are 20,000 per every 7 days. You likely won't make that many requests in 7 days, but if you do e.g., make 20K in 5 days, then you have to wait 2 days for the clock to reset, than you'll be able to make 20K again.
See https://dev.elsevier.com/api_key_settings.html for rate limit information.
# NOT RUN { res <- scopus_search(query = "ecology") res #scopus_search(query = x, type = "abstract") # looping through res <- scopus_search_loop(query = "ecology community elk cow") # }
Run the code above in your browser using DataLab