tbl_sum.aftable: Provide A Succinct Summary Of An 'aftable' Object

View source: R/aftable.R

tbl_sum.aftableR Documentation

Provide A Succinct Summary Of An 'aftable' Object

Description

A brief text description of an aftable-class object.

Usage

## S3 method for class 'aftable'
tbl_sum(x, ...)

Arguments

x

An aftable-class object to summarise.

...

Other arguments to pass.

Value

Named character vector.

Examples

# Print with description
print(demo_aftable)

# Print description only (package 'tibble' must be installed)
tibble::tbl_sum(demo_aftable)


aftables documentation built on April 12, 2025, 9:16 a.m.