extraInserts
February 16, 2023 ยท View on GitHub
Description
The purpose of this trivial package is to offer a set of convenience functions inserting various (pipe) operators so those can be conveniently linked to keyboard shortcuts in RStudio.
This package was developed for fun and to conveniently transport frequently used functions across environments.
Available operators
For every operator listed below an RStudio add-in is registered, allowing RStudio users to assign a custom shortcut to it or to invoke it from the command palette.
| Operator | Description |
|---|---|
Installation
if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
remotes::install_github('konradzdeb/extraInserts')