is_deferred | R Documentation |
Is object a deferred value?
is_deferred(x)
x |
object |
Whether it is a deferred value.
is_deferred(1:10)
afun <- function() {
print(is_deferred(dx <- delay(1/100)))
dx
}
synchronise(afun())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.