%00% {invctr} | R Documentation |
Rose tinted infix
Description
When your functions wear these rose tinted glasses, the world will appear to be a nicer, fluffier place.
Usage
x %00% y
Arguments
x |
If (an element of) |
y |
The value to return/replace for |
Author(s)
Fred Hasselman
See Also
purrrr::
Examples
Inf %00% NA
numeric(0) %00% ''
NA %00% 0
NaN %00% NA
c(1, NaN) %00% NA
NULL %00% NA
c(1, NULL) %00% NA # can't see second element
[Package invctr version 0.2.0 Index]