scopus_search_ID: Scopus bulk download by ID

scopus_search_IDR Documentation

Scopus bulk download by ID

Description

Retrieves scopus articles via ID search.

Usage

scopus_search_ID(ID, idtype, datatype = "application/json", scopus_key,
  content = "complete", start = 0, retCount = 200, t_limit = 6,
  outfile)

Arguments

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.

Details

Retrieves scopus articles (abstracts) via ID search. Therefore, up to 25-200 entries can be recieved for 1 request.


daniel-hain/TidyScientometrix documentation built on Sept. 2, 2023, 6:03 a.m.