satisfy {Ramble} | R Documentation |
satisfy
is a function which allows us to make parsers that recognise single symbols.
Description
satisfy
is a function which allows us to make parsers that recognise single symbols.
Usage
satisfy(p)
Arguments
p |
is the predicate to determine if the arbitrary symbol is a member. |
[Package Ramble version 0.1.1 Index]