scopus_search_ID | R Documentation |
Retrieves scopus articles via ID search.
scopus_search_ID(ID, idtype, datatype = "application/json", scopus_key,
content = "complete", start = 0, retCount = 200, t_limit = 6,
outfile)
ID |
An scopus identifier (or a vector of many). Can be either the EID or DOI of the publication. |
idtype |
The type of ID provided. Either "eid" or "doi". |
datatype |
Up to now only "application/json" supported. |
content |
If the "complete" or "reduced" publication information should be extracted. |
start |
Number of ID in the vector where the iteration starts. |
retCount |
How many publications should be extracted per iteration. Up to now limited by Scopus. |
t_limit |
The time in seconds untill a new iteration starts. Limited by Scopus. |
outfile |
Path of the file to be saved. |
Your |
scopus API key. |
Retrieves scopus articles (abstracts) via ID search. Therefore, up to 25-200 entries can be recieved for 1 request.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.