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
coerceLogical value, whether values should be coerced to character strings.
lengthLength of the unicode character vector
valueThe value of the unicode character vector
optionalA 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
)