stopaste | R Documentation |
stopaste calls paste of its parameters to build the error message and stops with the given message
stopaste(...)
... |
Arguments passed on to
|
L.Pavot
tryCatch({
file <- "/tmp/test"
stopaste("Error in file: ", file)
}, error = function(error) {
print(error)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.