Learn R Programming

hgutils (version 0.2.11)

print.percentage_table: Print a formatted percentage table

Description

Print a formatted percentage table

Usage

# S3 method for percentage_table
print(x, ...)

Arguments

x

An object of class percentage_table

...

further arguments passed to or from other methods.

Examples

Run this code
# NOT RUN {
print(percentage_table(iris$Species))
# }

Run the code above in your browser using DataLab