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 April 12, 2025, 2:21 a.m.