Package: charcuterie 0.0.6
charcuterie: Handle Strings as Vectors of Characters
Creates a new chars class which looks like a string but is actually a vector of individual characters, making 'strings' iterable. This class enables vector operations on 'strings' such as reverse, sort, head, and set operations.
Authors:
charcuterie_0.0.6.tar.gz
charcuterie_0.0.6.tar.gz(r-4.5-noble)charcuterie_0.0.6.tar.gz(r-4.4-noble)
charcuterie_0.0.6.tgz(r-4.4-emscripten)charcuterie_0.0.6.tgz(r-4.3-emscripten)
charcuterie.pdf |charcuterie.html✨
charcuterie/json (API)
NEWS
# Install 'charcuterie' in R: |
install.packages('charcuterie', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jonocarroll/charcuterie/issues
Last updated 14 days agofrom:6ff1a03bef. Checks:OK: 2. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 08 2024 |
R-4.5-linux | OK | Nov 08 2024 |
Exports:charscountexceptintersectis_alnumis_letteris_numberis_punctsetdiffstringunion
Dependencies:generics
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Extract or Replace Parts of a 'chars' Object | [.chars |
Combine 'chars' Objects | c.chars |
Create a 'chars' Object | chars |
Create a 'chars' Object From a String | chars.character |
Convert an Object to 'chars' | chars.default |
Count Characters in a Chars Object | count |
Elements of x Except Those in y | except |
Format a 'chars' Object | format.chars |
Return the First Parts of a 'chars' Object | head.chars |
Setwise Intersection of 'chars' Objects | intersect.chars |
Is a Character a Letter OR a Number? | is_alnum |
Is a Character a Letter? | is_letter |
Is a Character a Number? | is_number |
Is a Character Punctuation? | is_punct |
Print a 'chars' Object | print.chars |
Reverse Elements of a 'chars' Object | rev.chars |
Setwise Difference Between 'chars' Objects | setdiff.chars |
Sort a 'chars' Object | sort.chars |
Create a String From a 'chars' Object | string |
Return the Last Parts of a 'chars' Object | tail.chars |
Setwise Union of 'chars' Objects | union.chars |
Extract Unique Elements of 'chars' Objects. | unique.chars |