View source: R/utils_conditionals.R
most | R Documentation |
IF more than half the values are TRUE, returns TRUE
most(x)
x |
|
lgl
Other conditionals:
is_error()
,
is_legit()
,
is_project()
,
larger()
,
same()
,
zchar()
most(c(TRUE,TRUE,FALSE))
most(c(TRUE,FALSE,FALSE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.