powered by
Extract the object or function name from an error message.
catch_error(sentence = geterrmessage())
A character vector with extracted names, or `character(0)` if no match is found.
An error message to parse. Defaults to the last error message.
catch_error() catch_error("Error: object 'iri' not found\n") catch_error("Error: object 'view' not found\n")
Run the code above in your browser using DataLab