strboul / caseconverter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • snakecase package used for camel and snake case changes.

License

MIT

About

License:MIT License


Languages

Language:R 100.0%