gt_plt_summary {gtExtras} | R Documentation |
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)
Arguments
df |
a dataframe or tibble |
title |
a character string to be used in the table title |
Value
a gt table
Examples
Create a summary table from a data.frame
or tibble
.
gt_plt_summary(datasets::ChickWeight)
[Package gtExtras version 0.5.0 Index]