%|% | R Documentation |
Does not strictly enforce class typing like op-na-default
lhs %|% rhs
lhs |
|
rhs |
|
vctr
with class according to R's coercion rules.
Other infixes:
%allin%()
,
%nin%()
,
%|0|%()
,
%|legit|%()
,
%|try|%()
,
%|zchar|%()
c(4, NA, 4) %|% 3
c(4, NA, 4) %|% 3L
class(c(4, NA, 4, NA) %|% 3L)
cclass((NA, NA, NA, NA) %|% 3L)
c(4, NA, 4, NA) %|% c(2,2,2,3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.