R/AllGenerics.R
R/cause-methods.R
cause.Rd
Cause attribute
cause(object, ...) # S4 method for goalie cause(object)
Object.
Additional arguments.
character.
character
Updated 2023-10-02.
x <- goalie( object = c(FALSE, TRUE), cause = c("xxx", NA_character_) ) print(x) #> [1] FALSE TRUE x <- cause(x) print(x) #> [1] "xxx" NA