xml2lstPresentation: Create an R list object from a xml Presentation (Talk) node

View source: R/CV_Tools.R

xml2lstPresentationR Documentation

Create an R list object from a xml Presentation (Talk) node

Description

The function transforms a xml node representing a talk into a list.

Usage

xml2lstPresentation(
  xmlPresentation,
  dateFormat = "%Y/%m/%d",
  strLanguage = ".//eng"
)

Arguments

dateFormat

A string specifying how the dates in the xml node are represented

strLanguage

A string specifying which language should be used

xmlPoster

The xml node with the information

Value

A list containing the information extracted from the xml node

Author(s)

Klaus Herrmann


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