rt_stopif | R Documentation |
Like 'stopifnot', but stop 'stopifnot' stops if the expression is not true, and 'rt_stopif' stops if the expression is true. Avoids the unintuitive double-negative e.g. ('stopifnot(!espression)') which becomes 'rt_stopif(espression)'.
rt_stopif(exprs)
exprs |
the expression |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.