Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
/ insertPipe Public archive

RStudio Addin: Inserts %>% pipe at cursor position

Notifications You must be signed in to change notification settings

ASBecker/insertPipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

Allows configuration of RStudio to insert the magrittr assignment pipe (%<>%) at the current cursor position

Motivation

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.

Installation

install.packages("remotes")
remotes::install_github("ASBecker/insertPipe")

Then map the addin to a keyboard shortcut in RStudio.

Acknowledgements

Thanks to the magrittr developers and contributors

License

CC BY 4.0

About

RStudio Addin: Inserts %>% pipe at cursor position

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages