Skip to content

noamross/upipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Status: Wip - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Build Status Coverage Status Join the chat at https://gitter.im/noamross/upipe

Merging *NIX and magrittr pipelines

upipe() is a modification of R's system() command designed for integration into magrittr / dplyr pipelines.

Install

install.packages(devtools)
install_github('noamross/upipe')

Usage

library(upipe)
upipe(list.files(), 'grep R')
list.files() %>% upipe('grep R')

upipe has methods for specific object types. By default, it converts inputs to chracter. It converts data.frames to CSV.

mtcars %>% upipe('grep Toyota')
1:30 %>% upipe('grep 3')

Suggestions and contributions for other methods are welcome.

Thanks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages