Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stla/bracketify

RStudio addin to transform `foo$bar` to `foo[["bar"]]`.
https://github.com/stla/bracketify

r rstudio rstudio-addin

Last synced: about 1 month ago
JSON representation

RStudio addin to transform `foo$bar` to `foo[["bar"]]`.

Awesome Lists containing this project

README

        

# bracketify

RStudio addin to transform `foo$bar` to `foo[["bar"]]`.

![](https://raw.githubusercontent.com/stla/bracketify/main/inst/screenshots/bracketify.gif)

Realized with the help of **@The fourth bird** on StackOverflow.