get_affiliation_info {rscopus} | R Documentation |
Get Affiliation Information and ID from Scopus
Description
Uses SCOPUS affiliation search to identify affiliation identification information
Usage
get_affiliation_info(affil_id = NULL, affil_name = NULL,
api_key = NULL, verbose = FALSE, headers = NULL)
Arguments
affil_id |
ID of affiliation |
affil_name |
name of affiliation |
api_key |
Elsevier API key |
verbose |
Print messages from specification |
headers |
Headers passed to |
Value
A data.frame
of affiliation information
[Package rscopus version 0.6.6 Index]