Description Usage Arguments Value Examples
Inline if statement that checks the condition,
and returns either the true or false paramater.
Similar to ifelse, but returns the entire value of the parameters.
1 |
condition |
Condition to check (logical). |
true |
Value to return when the condition is |
false |
Value to return when the condition is |
Either the true or false parameter.
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.