Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

insertPipe

Description

You can insert pipe operators linked to keyboard shortcuts in RStudio.

New

Added button View Object - This is needed to quickly view an object or expression. This is analogous to expression View(your_dataframe_or_expression)

Available operators

Operator Package
<- base(Unlike the operator pipe in Rstudio, my version takes into account the space character after the operator, in Rstudio does not take into account.)
%>% dplyr(Unlike the operator pipe in Rstudio, my version takes into account the space character after the operator, in Rstudio does not take into account.)
%<>% magrittr
%$% magrittr
%+% concatenate
%in% base
%T>% magrittr

Installation

if (!requireNamespace("devtools", quietly = TRUE))
  install.packages("devtools")
devtools::install_github('Ranlod/insertPipe')

About

Quick insert pipe operators

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages