Description Usage Arguments Examples
Multiply numbers only if at least one of them isn't zero or NA If both numbers are zero or NA, return zero
1 | x %**% y
|
x |
First number |
y |
Second number |
1 2 | 10 %**% 2 # == 20
10 %**% 0 # == 10
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.