ic | R Documentation |
User-friendly debug statements
ic(x)
x |
An expression, or nothing |
If x
is an expression, returns the result of evaluating x
. If x
is missing nothing
is returned.
f <- function(x) x < 0
ic(f(1))
ic(f(-1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.