| catch_error | R Documentation |
Extract the object or function name from an error message.
catch_error(sentence = geterrmessage())
sentence |
An error message to parse. Defaults to the last error message. |
A character vector with extracted names, or 'character(0)' if no match is found.
catch_error()
catch_error("Error: object 'iri' not found\n")
catch_error("Error: object 'view' not found\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.