Nothing
Code
capture.output(log_failure(foobar))
Condition
Error:
! object 'foobar' not found
Code
log_with_separator(42)
Output
INFO ===========================================================================
INFO = 42 =
INFO ===========================================================================
Code
log_with_separator(42, separator = "|")
Output
INFO |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
INFO | 42 |
INFO |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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.