Description Usage Arguments Value Examples
Takes in a vector and returns TRUE if an element of the vector is divisible by 3 or 5, and FALSE otherwise.
1 | modulus_35(vec)
|
vec |
A numerical vector |
A boolean vector where the value is TRUE if an element of the original vector is divisible by 3 or 5, and FALSE otherwise.
1 | modulus_35(c(1:10))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.