theme_gt_apa: APA-Like Table Style

View source: R/theme_gt_apa.R

theme_gt_apaR Documentation

APA-Like Table Style

Description

Style a gt table minimally with an APA-like style.

Usage

theme_gt_apa(table)

Arguments

table

A gt table

Value

A formatted gt table

Examples

library(gt)

mtcars %>%
gt() %>%
theme_gt_apa()

benediktclaus/benelib documentation built on Feb. 1, 2024, 1:39 a.m.