personsDataFrame: Extract the people linked to a publication. This can be the...

View source: R/CV_Tools.R

personsDataFrameR Documentation

Extract the people linked to a publication. This can be the authors or the editors.

Description

When an xml file representing publications is given, the function extracts the authors (and editors) into an R list.

Usage

personsDataFrame(xmlNode, strCategory = ".//author")

Arguments

xmlNode

A xml node representing one article

strCategory

A string indicating which sub-elements should be used

Value

A data.frame containing sorted by the indicated ordering, containing the first middle and last name for each person

Author(s)

Klaus Herrmann


KlausHerrmann/khermisc documentation built on May 6, 2023, 7:08 p.m.