html_decode: Decode a character vector

Description Usage Arguments Value Examples

View source: R/html_decode.R

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

1

Arguments

str

A character vector

Value

Decoded character vector

Examples

1
html_decode(c("&", "€"))

xutils documentation built on Sept. 7, 2021, 1:07 a.m.