summary.aftable: Summarise An 'aftable' Object

View source: R/aftable.R

summary.aftableR Documentation

Summarise An 'aftable' Object

Description

A concise result summary of an aftable-class object to see information about the sheet content. Shows a numbered list of sheets with each tab title, sheet type and table dimensions.

Usage

## S3 method for class 'aftable'
summary(object, ...)

Arguments

object

An aftable-class object for which to get a summary.

...

Other arguments to pass.

Value

object unaltered.

Examples

# Print a concise summary of the aftable-class object
summary(demo_aftable)

# Alternatively, look at the structure
str(demo_aftable, max.level = 2)


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