Skip to contents

Show an object

Usage

show(object)

# S4 method for goalie
show(object)

Arguments

object

Object.

Value

Invisible NULL.

Note

Updated 2023-10-02.

Author

Michael Steinbaugh

Examples

## Match the default logical print method.
x <- goalie(
    object = c(FALSE, TRUE),
    cause = c("xxx", NA_character_)
)
show(x)
#> [1] FALSE  TRUE