Awesome
caseconverter
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
- snakecase package used for camel and snake case changes.
License
MIT