A Unicode String Vector Trait
A Unicode String Vector Trait
Usage
# S3 method for class 'Unicode'
as.character(x, ...)
Super class
RKernel::Trait
-> Unicode
Public fields
coerce
Logical value, whether values should be coerced to character strings.
length
Length of the unicode character vector
value
The value of the unicode character vector
optional
A logical value, whether value can be empty.
Methods
Inherited methods
Method new()
Initialize an object
Usage
UnicodeClass$new(
initial = character(0),
coerce = TRUE,
optional = length(initial) == 0,
length = 1L
)