Description Usage Arguments Value Examples
Simple function returns true if both of the inputs are true, otherwise it returns false. Equivallent to the '&' symbol in R & most programming languages. Throws an error if both inputs aren't logical.
1 | and(x, y)
|
x |
The first logical input. |
y |
The second logical input. |
A logical input containig the resutls of x & y.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.