Description Usage Arguments Value
This function keeps the correct date format in a ifelse condition function
1 | SafeIfelse(cond, yes, no)
|
cond |
a true or false condition statement which can be coerced to logical mode. |
yes |
return values for true elements of |
no |
return values for false elements of |
A vector of the same length and attributes (including dimensions and "class") as cond
and data values from the values of yes or no.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.