R/xmlconv.R

Defines functions `xmlconv`

`xmlconv` <-
function(x) {
	## character set from XML always seems to be UTF-8, convert to latin1
	a = sapply(x, xmlValue)
	Encoding(a) <- "UTF-8"
	return(a)
	#sapply(x, xmlValue)
}

Try the VwGHat package in your browser

Any scripts or data that you put into this service are public.

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