View source: R/gt_summary_table.R
gt_plt_summary | R Documentation |
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
gt_plt_summary(df, title = NULL)
df |
a dataframe or tibble |
title |
a character string to be used in the table title |
a gt table
Create a summary table from a data.frame
or tibble
.
gt_plt_summary(datasets::ChickWeight)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.