Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days ago
JSON representation
RStudio addin to transform `foo$bar` to `foo[["bar"]]`.
- Host: GitHub
- URL: https://github.com/stla/bracketify
- Owner: stla
- License: gpl-3.0
- Created: 2021-07-19T10:34:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T09:53:16.000Z (over 3 years ago)
- Last Synced: 2024-08-13T07:13:27.894Z (4 months ago)
- Topics: r, rstudio, rstudio-addin
- Language: R
- Homepage:
- Size: 189 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - stla/bracketify - RStudio addin to transform `foo$bar` to `foo[["bar"]]`. (R)
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.