theme_gt_apa | R Documentation |
Style a gt
table minimally with an APA-like style.
theme_gt_apa(table)
table |
A |
A formatted gt
table
library(gt)
mtcars %>%
gt() %>%
theme_gt_apa()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.