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.
MIT
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.