print.percentage_table: Print a formatted percentage table

print.percentage_tableR 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 percentage_table

...

further arguments passed to or from other methods.

Examples

print(percentage_table(iris$Species))

hgutils documentation built on March 31, 2022, 5:06 p.m.