View source: R/str_convert_html.R
str_convert_html | R Documentation |
str_convert_html
- Convert HTML character references to Unicode
characters
str_convert_html(.str)
.str |
Character vector to be converted |
str_convert_html
- Returns the converted character vector
https://www.w3.org/TR/REC-html40/sgml/entities.html
## str_convert_html EXAMPLE:
str_convert_html("> & <")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.