Nothing
Code
wrap_stops <- (function() stops("this is an error message."))
wrap_stops()
Condition
Error:
! this is an error message.
Code
stopf("this '%s' becomes part of the error message.", "placeholder")
Condition
Error:
! this 'placeholder' becomes part of the error message.
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.