summary.aftable {aftables}R 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)


[Package aftables version 1.0.2 Index]