errors | R Documentation |
Get messages from a confrontation object
errors(x, ...)
## S4 method for signature 'confrontation'
errors(x, ...)
## S4 method for signature 'confrontation'
warnings(x, ...)
x |
An object of class |
... |
Arguments to be passed to other methods. |
Other confrontation-methods:
[,expressionset-method
,
as.data.frame,confrontation-method
,
confront()
,
confrontation-class
,
event()
,
keyset()
,
length,expressionset-method
,
values()
# create an error, by using a non-existent variable name
cf <- check_that(women, hite > 0, weight > 0)
# retrieve error messages
errors(cf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.