u_char_inspect | R Documentation |
Inspect Unicode characters.
u_char_inspect(x)
x |
an R object which can be coerced to a |
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.
## 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?)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.