R/scopus_client.R
    scopus_abstract_extended.RdThe response includes the abstract itself, associated author groups with data including source text for affiliated organisations, and affiliated
scopus_abstract_extended(sid)list with three slots for abstract, authorgroups and correspondence
DETAILS
content
parse_atomic
if (FALSE) { # \dontrun{
if(interactive()){
 mysid <- scopus$publications$`dc:identifier`[1]
 scopus_abstract_extended(mysid)
 }
} # }