Learn R Programming

Pipe friendly grep wrappers

Got tired with writing the same functions repeatedly to allow grep functions to be called with pipe operators, so I wrapped them all and put the data object parameters in the first position of the argument list.

Copy Link

Version

Install

install.packages('regexPipes')

Monthly Downloads

143

Version

0.0.1

License

GPL (>= 2)

Maintainer

Billy Buchanan

Last Published

September 14th, 2016

Functions in regexPipes (0.0.1)

grep

Overriding grep from base package