ifelsethen | R Documentation |
The extension to ifelse to accommodate error situation
ifelsethen(cond, v1, v2, errorMsg)
cond |
A logical |
v1 |
value to return when T |
v2 |
value to return when F |
errorMsg |
message to print and return when error |
none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.