This repository was archived by the owner on Dec 27, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork2
License
NotificationsYou must be signed in to change notification settings
strboul/caseconverter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An RStudio Addin to convert text cases to lower, upper, snake, and camel cases.
# install.packages("devtools")devtools::install_github("strboul/caseconverter")
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.
- snakecase package used for camel and snake case changes.
MIT
About
No description, website, or topics provided.