/bracketify

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

Primary LanguageRGNU General Public License v3.0GPL-3.0

bracketify

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

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