print.percentage_table {hgutils} | R Documentation |
Print a formatted percentage table
Description
Print a formatted percentage table
Usage
## S3 method for class 'percentage_table'
print(x, ...)
Arguments
x |
An object of class |
... |
further arguments passed to or from other methods. |
Examples
print(percentage_table(iris$Species))
[Package hgutils version 0.2.11 Index]