Description Usage Arguments Value Examples
View source: R/aggregation_operators.R
Evaluates a boolean expression to return one of the two specified return expressions.
1 | condition(test, yes, no)
|
test |
Expression which returns a boolean value. |
yes |
Return this if the test returns true. |
no |
Return this if the test returns false. |
Return a list for using in mongopipe.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.