autoslider_format {autoslider.core}R Documentation

Table color and font

Description

Zebra themed color

Usage

autoslider_format(
  ft,
  odd_header = "#0EAED5",
  odd_body = "#EBF5FA",
  even_header = "#0EAED5",
  even_body = "#D0E4F2",
  font_name = "arial",
  body_font_size = 12,
  header_font_size = 14
)

blue_format(ft, ...)

orange_format(ft, ...)

red_format(ft, ...)

purple_format(ft, ...)

autoslider_dose_format(ft, header_vals = names(ft))

black_format_ae(ft, body_font_size = 8, header_font_size = 8, ...)

black_format_tb(ft, body_font_size = 8, header_font_size = 8, ...)

Arguments

ft

flextable object

odd_header

Hex color code, default to deep sky blue

odd_body

Hex color code, default to alice blue

even_header

Hex color code, default to slate gray

even_body

Hex color code, default to slate gray

font_name

Font name, default to arial

body_font_size

Font size of the table content, default to 12

header_font_size

Font size of the table header, default to 14

...

arguments passed to program

header_vals

Header

Value

A flextable with applied theme.

Functions

Author(s)

Nina Qi and Jasmina Uzunovic


[Package autoslider.core version 0.2.2 Index]