tableStyle: Supported predefined styles for formatted tables

View source: R/helperTableFunctions.R

tableStyleR Documentation

Supported predefined styles for formatted tables

Description

Supported predefined styles for formatted tables

Usage

tableStyle(type = "gt", styleName = "default")

Arguments

type

Character string specifying the formatted table class. See tableType() for supported classes. Default is "gt".

styleName

A character string specifying the style name. Currently, the package supports only one predefined style: "default".

Value

A code expression for the selected style and table type.

Examples

tableStyle("gt")
tableStyle("flextable")


visOmopResults documentation built on Sept. 24, 2024, 1:08 a.m.