Skip to contents

Main API

Main functions used to produce tables

APA-style table

The default table using the data frame

table_default()
Display a formatted table in the console
td_style()
Style specification for table_default()

Summary Table

Two-column key-value summary display

table_summary()
Summarize and Display a Two-Column Data Frame as a Formatted Table
sm_style()
Style specification for table_summary()

Contingency Table

Complete contingency table displayer

cross_table()
Generate and Display a Cross Tabulation Table
ct_style()
Style specification for cross_table()

Correlation Matrix Table

SAS-like Correlation Matrix table

corr_matrix()
Display a Correlation Matrix Table in the Console
new_corr_data()
Build a correlation display specification
cm_style()
Style specification for corr_matrix()

Package Options

Simple function to tweak options in the package

tabstats_options()
Manage package options