powered by
Searches SCOPUS to get information about documents on an author.
author_search( au_id, api_key = NULL, http = "https://api.elsevier.com/content/search/author", count = 200, start = 0, verbose = TRUE, facets = "subjarea(sort=fd,count=350)", searcher = "AU-ID", max_count = Inf, view = c("STANDARD", "COMPLETE"), add_query = NULL, headers = NULL, wait_time = 0, ... )
List of entries from SCOPUS
Author ID number
API Key for Elsevier
Address for scopus api
number of records to retrieve (below 200, see https://dev.elsevier.com/api_key_settings.html)
where should the records start gathering
Print diagnostic messages
Facets sent in query. See https://dev.elsevier.com/api_docs.html
Identifier for author ID. Do not change unless you know exactly what the API calls for.
Maximum count of records to be returned.
type of view to give, see https://dev.elsevier.com/documentation/AuthorSearchAPI.wadl
Things to add to the query parameter for the request
additional headers to be added to add_headers
add_headers
The time in seconds to wait across consecutive requests of a single search (when records > 25)
Arguments to be passed to the query list for GET
GET
get_author_info
if (FALSE) { author_search(au_id = "Smith", searcher = "affil(princeton) and authlast") berk = author_search(au_id = "berkeley", searcher = "affil", count =100) }
Run the code above in your browser using DataLab