Skip to content

Instantly share code, notes, and snippets.

library("rscopus")
#must have API key already loaded
set_api_key("put yours here")
#in addition to key, you must be from recognized IP
#this following will be part of the code, but if it's not yet
bibtex_af_ab = function(x) {
# adapted from
# https://github.com/scopus-api/scopus/blob/master/scopus/abstract_retrieval.py#L598