View source: R/compiler-backends.R
thunk | R Documentation |
Simple thunk: wraps an input in a no-argument function
thunk(input)
input |
Any R object or expression |
A thunk that returns the object when called with
class c("thunk", "function")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.