%using% {Ramble} | R Documentation |
%using%
is the infix operator for using
Description
%using%
is the infix operator for using
Usage
p %using% f
Arguments
p |
is the parser to be applied |
f |
is the function to be applied to each result of |
Examples
(item() %using% as.numeric) ("1abc")
[Package Ramble version 0.1.1 Index]