powered by
Uses SCOPUS author search to identify author identification information
get_complete_author_info( last_name = NULL, first_name = NULL, affil_id = NULL, affil_name = NULL, api_key = NULL, http = "https://api.elsevier.com/content/search/author", query = NULL, count = 200, start = 0, verbose = TRUE, au_id = NULL, headers = NULL, ... )
List of information
last name of author
first name of author
ID of affiliation (optional)
name of affiliation
Elsevier API key
Author API http
Additional query info, added using +AND+ to original query
+AND+
maximum number of records to retrieve
index to start on. Only necessary if a large number of records retrieved
Print messages from specification
Author ID number, will override first/last combination if specified
Headers passed to add_headers, passed to GET
add_headers
GET
options to pass to GET
if (is_elsevier_authorized()) { res = get_complete_author_info( last_name = "Muschelli", first_name = "John", verbose = FALSE) }
Run the code above in your browser using DataLab