cause: Cause attribute

causeR Documentation

Cause attribute

Description

Cause attribute

Usage

cause(object, ...)

## S4 method for signature 'goalie'
cause(object)

Arguments

object

Object.

...

Additional arguments.

Value

character.

Note

Updated 2023-10-02.

Examples

x <- goalie(
    object = c(FALSE, TRUE),
    cause = c("xxx", NA_character_)
)
print(x)
x <- cause(x)
print(x)

steinbaugh/goalie documentation built on Jan. 17, 2024, 5:16 p.m.