View source: R/unicode_utils.R
| safe_utf8 | R Documentation |
Ensures text fields are properly encoded in UTF-8
safe_utf8(text, fallback_encoding = "latin1")
text |
Character vector or list of text to convert |
fallback_encoding |
Character. Encoding to assume if detection fails. Default: "latin1" |
Character vector with UTF-8 encoding
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.