Learn R Programming

Ramble (version 0.1.1)

satisfy: 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.