powered by
errors(x, ...)## S3 method for class 'confrontation': errors(x, ...)## S3 method for class 'confrontation': warnings(x, ...)
## S3 method for class 'confrontation': errors(x, ...)
## S3 method for class 'confrontation': warnings(x, ...)
confrontation
confront
# 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