dot-hux_default_layout: A tidy article theme for huxtables

.hux_default_layoutR Documentation

A tidy article theme for huxtables

Description

The main aim is to get something that works with google docs when you copy and paste.

Usage

.hux_default_layout(
  hux,
  defaultFontSize = 8,
  defaultFont = "Roboto",
  headerRows = 1
)

Arguments

hux

a huxtable object

defaultFontSize

default size of font in points (8)

defaultFont

the font family name

headerRows

the number of rows that are headers

Value

the formatted huxtable.

Examples

try({
hux = iris %>% .hux_default_layout()
})

terminological/ggrrr documentation built on June 15, 2024, 6:35 a.m.