Hello all,
Is there an easy way to remove HTML tags from a character string in R?
Currently I'm extracting out survey data from an XML document and for the title of the question have HTML from the survey design in it, like this.
"Why did you give this performance question a low score?<br />"
Any way to easily remove the <br />
?
Any help would be appreciated.