nocause: Return standard logical without cause attribute

nocauseR Documentation

Return standard logical without cause attribute

Description

Return standard logical without cause attribute

Usage

nocause(object, ...)

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

Arguments

object

Object.

...

Additional arguments.

Value

character.

Note

Updated 2021-02-23.

Examples

x <- goalie(
    object = c(FALSE, TRUE),
    cause = c(
        "Element 1 is FALSE.",
        NA_character_
    )
)
class(x)
xx <- nocause(x)
print(xx)
class(xx)

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