Learn R Programming

⚠️There's a newer version (0.6.8) of this package.Take me there.

tablet (version 0.2.7)

Tabulate Descriptive Statistics in Multiple Formats

Description

Creates a table of descriptive statistics for factor and numeric columns in a data frame. Displays these by groups, if any. Highly customizable, with support for 'html' and 'pdf' provided by 'kableExtra'. Respects original column order, column labels, and factor level order. See ?tablet.data.frame and vignettes.

Copy Link

Version

Install

install.packages('tablet')

Monthly Downloads

771

Version

0.2.7

License

GPL-3

Maintainer

Tim Bergsma

Last Published

February 26th, 2021

Functions in tablet (0.2.7)

categoricals

Identify Categories
devalued

Aggregate Values
as_kable.tablet

Coerce Tablet to Kable
devalued.observations

Aggregate Values for Observations Aggregates values for observations. Accepts a list of formulas with result name on left and aggregating expression on the right. Behavior is undefined if any expression does not aggregate! (I.e., length != 1). Expressions are evaluated in an environment where values are available as 'x', grouped count is available as 'n' and ungouped count is available as 'N'.
categoricals.data.frame

Identify Categoricals for Data Frame
headerlist

Create Header List.
groupfull.data.frame

Calculate Widgets With Groups
groupfull

Calculate With Groups
classifiers

Identify Classifiers
as_kable

Coerce to Kable
classifiers.data.frame

Identify Classifiers for Data Frame
numerics.data.frame

Identify Numerics for Data Frame
numerics

Identify Numerics
groupwise

Calculate With and Without Groups
groupless

Calculate Without Groups
groupless.data.frame

Calculate Widgets Without Groups
tablet.data.frame

Generate a Tablet for Data Frame
tablet

Generate a Tablet
observations

Identify Observations
splice

Splice Some Things Together
observations.data.frame

Identify Observations for Data Frame
groupwise.data.frame

Calculate Widgets With and Without Groups
splice.data.frame

Splice A Data Frame
index

Create Index
index.tablet

Create Index for Tablet
tablet.groupwise

Generate a Group-wise Tablet
headerlist.tablet

Create Header List for Tablet
widgets

Calculate Widgets
widgets.devalued

Calculate Widgets for Devalued