Learn R Programming

tableParser (version 1.0.2)

html2unicode: html2unicode

Description

Converts HTML encoded special letters to unicode.

Usage

html2unicode(x)

Value

A character vector or matrix.

Arguments

x

A character vector or matrix.

References

https://www.w3.org/TR/REC-html40/sgml/entities.html

Examples

Run this code
html2unicode(x<-"", ¡, ¢.")

Run the code above in your browser using DataLab