grapes-using-grapes: '%using%' is the infix operator for using

Description Usage Arguments Examples

Description

%using% is the infix operator for using

Usage

1
p %using% f

Arguments

p

is the parser to be applied

f

is the function to be applied to each result of p.

Examples

1
(item() %using% as.numeric) ("1abc")

Ramble documentation built on May 1, 2019, 7:17 p.m.