Fetch abstract given Scopus ID

scopus_req_abstract(
  sid,
  endpoint = "https://api.elsevier.com/content/abstract/scopus_id/",
  timeout = 10L
)

Arguments

sid

ScopusID

endpoint

the endpoint to use for the request (default value provided)

timeout

the timeout before the request fails, by default 10L

Details

see https://dev.elsevier.com/documentation/AbstractRetrievalAPI.wadl

Examples

if (FALSE) {
  scopus_req_abstract("SCOPUS_ID:85140569271")
}