tbl_sum.aftable | R Documentation |
A brief text description of an aftable-class object.
## S3 method for class 'aftable'
tbl_sum(x, ...)
x |
An aftable-class object to summarise. |
... |
Other arguments to pass. |
Named character vector.
# Print with description
print(demo_aftable)
# Print description only (package 'tibble' must be installed)
tibble::tbl_sum(demo_aftable)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.