Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

extraInserts

Build Status

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

Operator Description
-> Rightwards form of the common assignment operator
%<>% The compound assignment pipe-operator offered in the excellent magrittr package
%T>% The tee operator from the magrittr package
%$% The exposition pipe-operator from the magrittr package

Installation

if (!requireNamespace("remotes", quietly = TRUE)) {
  install.packages("remotes")
}
remotes::install_github('konradzdeb/extraInserts')

About

Simple convenience RStudio add-in inserting assignment operators and pipes

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.