Lettercase

September 22, 2017 ยท View on GitHub

Lettercase

CRAN License Downloads software impact

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')