cause | R Documentation |
Cause attribute
cause(object, ...)
## S4 method for signature 'goalie'
cause(object)
object |
Object. |
... |
Additional arguments. |
character
.
Updated 2023-10-02.
x <- goalie(
object = c(FALSE, TRUE),
cause = c("xxx", NA_character_)
)
print(x)
x <- cause(x)
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.