catch_error {fcuk} | R Documentation |
Capture and parse an error message.
Description
Capture and parse an error message.
Usage
catch_error(sentence = geterrmessage())
Arguments
sentence |
an error message to parse |
Examples
catch_error()
catch_error("Error: object 'iri' not found\n")
catch_error("Error: object 'view' not found\n")
[Package fcuk version 0.1.21 Index]