Description Usage Arguments Details Examples
These logical functions are like the usual ones, but NA
values are treated as FALSE
by default. This is not an exhaustive list, but these are the ones that speed our coding, and reduce code clutter. Functions copied from HMD collection directly as-is.
1 2 3 4 5 6 7 8 9 10 11 | x %==% y
x %!=% y
x %>% y
x %<% y
x %>=% y
x %<=% y
|
x, y |
any two vectors that can be logically compared. |
Note that one of these, %>%
makes this package incompatible with the magrittr
package.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.