Description Usage Arguments Value Examples
Check an object against a vector of class names. Testing if they match any or all of the classes. For is_all_of, the object needs to be at least every class specified, but it can have addition classes and still pass the check.
1 2 3 4 5 |
x |
the object to check |
classes |
the vector of strings of class names |
boolean value for the result of the check
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.