Learn R Programming

Lettercase

Utilities for formatting strings and character vectors to for capitalization, word break and white space. Supported formats are: snake_case, spine-case, camelCase, PascalCase, Title Case, UPPERCASE, lowercase, Sentence case or combinations thereof. 'lettercase' strives to provide a simple, consistent, intuitive and high performing interface.

Installation

Latest Release:

install.packages('lettercase')

Development Version

install.packages('devtools')
devtools::install_github('decisionpatterns/lettercase')

Copy Link

Version

Install

install.packages('lettercase')

Monthly Downloads

16

Version

0.13.1

License

GPL-2 | file LICENSE

Last Published

March 3rd, 2016

Functions in lettercase (0.13.1)

make_str_replace

Make replace, delete and "is" functions for strings
make_names

make_names
str_title_case

str_title_case
str_sentence_case

str_sentence_case
str_delete

str_delete
str_is

Test whether strings are of the specified type
pattern_whitespace

Common regular expression patterns used by lettercase
str_snake_case

str_snake_case
str_transform

str_transform
lettercase

lettercase
str_spine_case

str_spine_case
str_cap_words

str_cap_words
str_delete_whitespace

Common string transformations
str_lowercase

str_uppercase, str_lowercases
str_ucfirst

str_ucfirst
str_collapse_whitespace

Collpases multiple adjacent whitespace characters into one