conferenceDetails: Extract the information linked to a conference venue.

View source: R/CV_Tools.R

conferenceDetailsR Documentation

Extract the information linked to a conference venue.

Description

The function extracts the event, location and miscellaneous information from a xml node linked to a poster or a talk. This gives the event name, the location (it is necessary to have a sub-node in each language: Brussels vs. Bruxelles) and miscellaneous information in a list.

Usage

conferenceDetails(xmlNode, strLanguage = ".//eng")

Arguments

xmlNode

The xml node with the information

strLanguage

A string specifying which language should be used

Value

A list containing the information (event, location, misc) extracted from the xml node

Author(s)

Klaus Herrmann


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