show: Show an object

showR Documentation

Show an object

Description

Show an object

Usage

show(object)

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

Arguments

object

Object.

Value

Invisible NULL.

Note

Updated 2023-10-02.

Author(s)

Michael Steinbaugh

Examples

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

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