The response includes the abstract itself, associated author groups with data including source text for affiliated organisations, and affiliated

scopus_abstract_extended(sid)

Arguments

sid

ScopusID such as "SCOPUS_ID:85140569271" or "85140569271"

Value

list with three slots for abstract, authorgroups and correspondence

Details

DETAILS

See also

content parse_atomic

Examples

if (FALSE) {
if(interactive()){
 mysid <- scopus$publications$`dc:identifier`[1]
 scopus_abstract_extended(mysid)
 }
}