Code
defer(print("howdy"), envir = globalenv())
Message
Setting global deferred event(s).
i These will be run:
* Automatically, when the R session ends.
* On demand, if you call `withr::deferred_run()`.
i Use `withr::deferred_clear()` to clear them without executing.
Code
source(file, local = globalenv())
Output
1
2
deferred
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.