R/AllGenerics.R
R/show-methods.R
show.Rd
Show an object
show(object) # S4 method for goalie show(object)
Object.
Invisible NULL.
NULL
Updated 2023-10-02.
Michael Steinbaugh
## Match the default logical print method. x <- goalie( object = c(FALSE, TRUE), cause = c("xxx", NA_character_) ) show(x) #> [1] FALSE TRUE