nocause | R Documentation |
Return standard logical without cause attribute
nocause(object, ...)
## S4 method for signature 'goalie'
nocause(object)
object |
Object. |
... |
Additional arguments. |
character
.
Updated 2021-02-23.
x <- goalie(
object = c(FALSE, TRUE),
cause = c(
"Element 1 is FALSE.",
NA_character_
)
)
class(x)
xx <- nocause(x)
print(xx)
class(xx)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.