Is it possible to overwrite base R error messages?
I would like to overwrite a not very helpful error message from a base R function and replace it with a custom error message. How could I achieve this? To clarify, assume that I evaluate the following expression "a" + "b". Because I am trying to add two characters, R will complain and return "Error… Read More Is it possible to overwrite base R error messages?