This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |