Return FALSE
vector with causes of failure
Source: R/AllGenerics.R
, R/setCause-methods.R
setCause.Rd
Sets the cause
attribute of an object and returns that
object.
Usage
setCause(object, ...)
# S4 method for goalie
setCause(object, ...)
# S4 method for logical
setCause(object, false)
Arguments
- object
Object.
- ...
Additional arguments.
- false
character
. A character vector to set the cause to, whenx
isFALSE
.