| affil_search {rscopus} | R Documentation | 
Search Author Content on SCOPUS
Description
Searches SCOPUS to get information about documents on an author.
Usage
affil_search(affil_id, searcher = "AF-ID",
  http = "https://api.elsevier.com/content/search/affiliation",
  facets = "affilcountry(sort=document-count)", count = 200, ...)
Arguments
| affil_id | Affiliation ID number | 
| searcher | Identifier for Affiliation ID. Do not change unless you know exactly what the API calls for. | 
| http | Address for scopus api | 
| facets | Facets sent in query. See https://dev.elsevier.com/api_docs.html | 
| count | number of records to retrieve (below 200, see https://dev.elsevier.com/api_key_settings.html) | 
| ... | Arguments to be passed to  | 
Value
List of entries from SCOPUS
See Also
[Package rscopus version 0.6.6 Index]