summary.a11ytable | R Documentation |
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.
## S3 method for class 'a11ytable'
summary(object, ...)
object |
An a11ytable-class object for which to get a summary. |
... |
Other arguments to pass. |
# Print a concise summary of the a11ytable-class object
summary(demo_a11ytable)
# Alternatively, look at the structure
str(demo_a11ytable, max.level = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.