all_true | R Documentation |
Test whether all elements of a vector are 'TRUE'
all_true(x, na.rm = FALSE)
x |
vector |
na.rm |
passed to 'all()' |
Uses 'all()' to test for true-ness.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.