convert: Convert Symbol to ANSI and Unicode Encoding
Description
Convert Symbol to ANSI and Unicode Encoding
Usage
convert(
text,
load_stringi = class(try(stringi::stri_replace_all_fixed, silent = TRUE)) !=
"try-error"
)
Arguments
- text
A string to be converted.
- load_stringi
A logical value to load stringi
or not
Specification
The contents of this section are shown in PDF user manual only.