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

mufflr: Making your pipes quieter.

So far this package contains two RStudio addins that allow you to assign keyboard shortcuts to:

  • <space if needed> <- <newline><indent>
  • <space if needed> %>% <newline><indent>

I'm still experiemnting with the best key combos. I suggest CTRL , and CTRL . respectively (relating to < and >). This is proving pretty addictive so far.

The main advantage of developing these as addins is that the editor API can be used to get the correct indent level. The indent follows the expectations set by the RStudio auto-indent feature - so you won't notice or appreciate the work being done :P

Enjoy!

##Installation

  1. Get the package: devtools::install_github("milesmcbain/mufflr")
  2. Set the keyboard shortcuts using Tools -> Addins -> Browse Addins, then click Keyboard Shortcuts...

##Usage Vrroom!

About

Experimental RStudio addins for pipe and assign.

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.