gt_theme_sci: Add scientific theme to gt

View source: R/gt_theme_sci.R

gt_theme_sciR Documentation

Add scientific theme to gt

Description

Add scientific theme to gt

Usage

gt_theme_sci(data)

Arguments

dat

The gt table data object. This is the gt table object that is commonly created through use of the gt() function.

Value

object of class gt_tbl

Examples

iris %>%
 head() %>%
 gt() %>%
 gt_theme_sci()

retodomax/FunRZ documentation built on July 4, 2025, 10:43 p.m.