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)

acidgenomics/goalie documentation built on Dec. 11, 2023, 11:36 p.m.