Learn R Programming

xutils (version 0.0.2)

html_decode: Decode a character vector

Description

This function is a wrapper around existing C++ code on decoding HTML entities. The original C++ code is given by Christoph. Please refer to the answer on SO here.

Usage

html_decode(str)

Arguments

str

A character vector

Value

Decoded character vector

Examples

Run this code
# NOT RUN {
html_decode(c("&", "€"))
# }

Run the code above in your browser using DataLab