tbl_sum.aftable {aftables} | R 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)
[Package aftables version 1.0.2 Index]