Nothing
Code
check_handlers(list(condition = 1))
Condition
Error in `new_output_handler()`:
! `calling_handlers` must be a named list of functions.
Code
check_handlers(list(function(...) NULL))
Condition
Error in `new_output_handler()`:
! `calling_handlers` must be a named list of functions.
Code
check_handlers(stats::setNames(list(function(...) NULL), NA))
Condition
Error in `new_output_handler()`:
! `calling_handlers` must be a named list of functions.
Code
check_handlers(stats::setNames(list(function(...) NULL), ""))
Condition
Error in `new_output_handler()`:
! `calling_handlers` must be a named list of functions.
Code
replay(out)
Output
> x
[1] 1
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.