summary.a11ytable: Summarise An 'a11ytable' Object

View source: R/a11ytable.R

summary.a11ytableR Documentation

Summarise An 'a11ytable' Object

Description

A concise result summary of an a11ytable-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 'a11ytable'
summary(object, ...)

Arguments

object

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

...

Other arguments to pass.

Examples

# Print a concise summary of the a11ytable-class object
summary(demo_a11ytable)

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


matt-dray/a11ytables documentation built on May 31, 2024, 2:39 p.m.