Learn R Programming

gtExtras (version 0.5.0)

gt_plt_summary: Create a summary table from a dataframe

Description

Create a summary table from a dataframe with inline histograms or area bar charts. Inspired by the Observable team and the observablehq/SummaryTable function: https://observablehq.com/d/d8d2929832202050

Usage

gt_plt_summary(df, title = NULL)

Value

a gt table

Arguments

df

a dataframe or tibble

title

a character string to be used in the table title

Examples

Create a summary table from a data.frame or tibble.

gt_plt_summary(datasets::ChickWeight)

A summary table of the chicks dataset.