grapes-or-grapes: F or NA -> F Operator

Description Usage Arguments Value Examples

Description

Replicates '|' behavior, but returns F instead of NA when making comparisons of F or NA. NA & NA still returns missing when comparing equal length vectors.

Left and Right sides must be same length, or one of them length 1.

Equal length vectors will return vector of point-wise comparisons between the two

If left or right is length 1, it compares it to the entire other vector, returning a vector of logicals comparing to each place.

Usage

1
left %or% right

Arguments

left

Left side of operator

right

right side of operator

Value

vector of logicals

Examples

1
coming soon

Ajfrick/AVRCHelp documentation built on May 28, 2019, 1:34 a.m.