Home

Awesome

caseconverter

Travis build status

An RStudio Addin to convert text cases to lower, upper, snake, and camel cases.

Installation

# install.packages("devtools")
devtools::install_github("strboul/caseconverter")

Reasoning

I often find myself to have a comfortable (and interactive) way to convert the case of selected text in a file when working in the RStudio environment.

See also

License

MIT