README.md

Insert Assignment Operator Right ->

This is a tiny package that functions as an RStudio addin. It lets you add a right assignment operator.

Install with

if (!requireNamespace("devtools", quietly = TRUE))
  install.packages("devtools")
devtools::install_github('mraess/insert_assignment_right')

You can now either click on the add-in function at the add-in tab, or add a keyboard shortcut:

EXAMPLE: ALT+R, r iris %>% select(1:2) -> iris_sub

Step 1

Step 2

Step 3



mraess/insert_assignment_right documentation built on June 9, 2019, 12:45 a.m.