Align Assign: RStudio addin to align assignment operators
[This article was first published on R-Bloggers – Protocol Vital, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
If you ever find yourself trying to align assignment operators for a chunk of code in RStudio, then you are in luck: Align Assign makes this as easy as a mouse-click or a keyboard-shortcut.
What?
Align Assign is an RStudio addin which does a straight, no-frills alignment of every first-occurring assignment operator within a highlighted region.
Install
Align Assign is available in a package all its own on GitHub, and can be installed using devtools::install_github("seasmith/AlignAssign")
. Once installed, I recommend mapping the addin to a keyboard shortcut such as “Ctrl + Shift + Z” for convenient use.
To leave a comment for the author, please follow the link and comment on their blog: R-Bloggers – Protocol Vital.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.