Menu Home

RStudio Keyboard Shortcuts for Pipes

I have just released some simple RStudio add-ins that are great for creating keyboard shortcuts when working with pipes in R.

You can install the add-ins from here (which also includes both installation instructions and use instructions/examples).

RStudio Logo Blue Gradient
Wraprs BizarroPipe Logo

Categories: Tutorials

Tagged as:

jmount

Data Scientist and trainer at Win Vector LLC. One of the authors of Practical Data Science with R.

2 replies

  1. Another two good choices for binding are:

    Alt-Space for “Insert (.)
    Alt-Enter for “Insert %.>%“.

    That way you are treating the argument list as a space-like separator and the pipe symbol as a line-end-like separator.

%d