
Package index
-
c(<chars>) - Combine
charsObjects
-
chars() - Create a
charsObject
-
chars(<character>) - Create a
charsObject From a String
-
chars(<default>) - Convert an Object to
chars
-
count() - Count Characters in a Chars Object
-
except() - Elements of x Except Those in y
-
format(<chars>) - Format a
charsObject
-
head(<chars>) - Return the First Parts of a
charsObject
-
intersect(<chars>) - Setwise Intersection of
charsObjects
-
is_alnum() - Is a Character a Letter OR a Number?
-
is_letter() - Is a Character a Letter?
-
is_number() - Is a Character a Number?
-
is_punct() - Is a Character Punctuation?
-
print(<chars>) - Print a
charsObject
-
rev(<chars>) - Reverse Elements of a
charsObject
-
setdiff(<chars>) - Setwise Difference Between
charsObjects
-
sort(<chars>) - Sort a
charsObject
-
string() - Create a String From a
charsObject
-
`[`(<chars>) - Extract or Replace Parts of a
charsObject
-
tail(<chars>) - Return the Last Parts of a
charsObject
-
union(<chars>) - Setwise Union of
charsObjects
-
unique(<chars>) - Extract Unique Elements of
charsObjects.