oarg_linked_affiliations: Get affiliations

Description Usage Arguments Value Examples

View source: R/oarg_linked_affiliations.R

Description

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

Usage

1

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_name Name of the organisation
country Country of the organisation
trust_score Accuracy measure

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
# 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)

## End(Not run)

njahn82/openairegraph documentation built on Aug. 26, 2020, 5:43 p.m.