Learn R Programming

functools (version 0.2.0)

Reduce_Right: Simple wrapper for Reduce, proceeding from the right.

Description

Wrapper for Reduce with right set to TRUE.

Usage

Reduce_Right(...)

Arguments

...
Arguments to be passed to Reduce.

See Also

Reduce for code and documentation.

Other function operators: Compose, %O%; Fail_With; Memoise; Partial