are_all | R Documentation |
Test whether two vectors are equal
are_all(e1, e2, na.rm = FALSE)
e1 |
vector |
e2 |
vector |
na.rm |
whether to ignore |
TRUE
or FALSE
(NA
s will yield FALSE
unless na.rm = TRUE
)
## Not run: c("foo", "foo") %>% are_all("foo") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.