fmt_remove_html_entities | R Documentation |
Replace HTML entities used by this package with UTF-8 codes
fmt_remove_html_entities(xs)
xs |
a character vector |
the updated character vector
x <- "a < −12" |>
fmt_remove_html_entities()
x
charToRaw(x)
charToRaw("a < -12")
fmt_remove_html_entities("1–2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.