u_char_inspect {Unicode} | R Documentation |
Unicode Character Inspection
Description
Inspect Unicode characters.
Usage
u_char_inspect(x)
Arguments
x |
an R object which can be coerced to a |
Value
A data frame with variables Code
, Name
and Char
,
giving the code and name of the given characters and the R character
vectors corresponding to the code points.
Examples
## Who has ever seen a capital sharp s?
x <- u_char_from_name(c("LATIN SMALL LETTER SHARP S",
"LATIN CAPITAL LETTER SHARP S"))
u_char_inspect(x)
## (Does this display anything useful?)
[Package Unicode version 15.1.0-1 Index]