u_char_inspect: Unicode Character Inspection

View source: R/charfuns.R

u_char_inspectR Documentation

Unicode Character Inspection

Description

Inspect Unicode characters.

Usage

u_char_inspect(x)

Arguments

x

an R object which can be coerced to a u_char vector of Unicode characters via as.u_char.

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?)

Unicode documentation built on Sept. 30, 2022, 9:06 a.m.