powered by
Get messages from a confrontation object
errors(x, ...)# S4 method for confrontation errors(x, ...)# S4 method for confrontation warnings(x, ...)
# S4 method for confrontation errors(x, ...)
# S4 method for confrontation warnings(x, ...)
An object of class confrontation
confrontation
Arguments to be passed to other methods.
confront
# NOT RUN { # create an error, by using a non-existent variable name cf <- check_that(women, hite > 0, weight > 0) # retrieve error messages errors(cf) # }
Run the code above in your browser using DataLab