xmlconv: Internal RIS helper function. Converts XML objects to...

Description Usage Arguments Value Author(s) Examples

Description

Takes an XML object list and converts it to a character vector.

Usage

1
	xmlconv(x)

Arguments

x

A list of XML objects genreated by the XML package.

Value

Returns a character vector containing the text values of the XMl objects. xmlconv uses xmlvalue() internally.

Author(s)

Martin Kober <martin.kober@wu-wien.ac.at>, Georg M. Zajko <georg.zajko@wu-wien.ac.at>

Examples

1
2
3
4
5
## Not run: 
library("XML")
x = url("

## End(Not run)

VwGHat documentation built on May 2, 2019, 5:55 p.m.