Allows configuration of RStudio to insert the magrittr assignment pipe (%<>%) at the current cursor position
The %<>% pipe form the magrittr package is a very useful tool to create human-readable and reproducible code. Mapping it to a keyboard shortcut saves significant time during coding.
install.packages("remotes")
remotes::install_github("ASBecker/insertPipe")
Then map the addin to a keyboard shortcut in RStudio.
Thanks to the magrittr developers and contributors
CC BY 4.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.