grapes-R-grapes: The replacement operator. Replaces the 'lhs' with 'rhs' on...

Description Usage Arguments

Description

The replacement operator. Replaces the lhs with rhs on the condition that length(lhs) == FALSE (the length is 0).

Usage

1
lhs %R% rhs

Arguments

lhs

An object of any length.

rhs

A replacement value if length(lhs) == FALSE.


ggloop documentation built on May 2, 2019, 3:01 a.m.