This function generates a failure message string from a given condition. The message includes the context of the call and the specific condition message.
Arguments
- cond
A condition object representing an error or warning - probably from a
tryCatch()
statement.