Obtain affiliation metadata from authors linked to an OpenAIRE-indexed publication.

oarg_linked_affiliations(doc)

Arguments

doc

document of class `xml_document` from the OpenAIRE research graph publication subset

Value

The result is a tibble with project metadata. Here are the returned columns and descriptions:

legal_nameName of the organisation
countryCountry of the organisation
trust_scoreAccuracy measure

Examples

if (FALSE) { # sample file delivered with this package dump_eg <- system.file("extdata", "multiple_projects.xml", package = "openairegraph") # load xml file my_record <- xml2::read_xml(dump_eg) # parse full text links oarg_linked_affiliations(my_record) }