Learn R Programming

visOmopResults (version 0.4.0)

tableStyle: Supported predefined styles for formatted tables

Description

Supported predefined styles for formatted tables

Usage

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

Value

A code expression for the selected style and table type.

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".

Examples

Run this code
tableStyle("gt")
tableStyle("flextable")

Run the code above in your browser using DataLab