Learn R Programming

visOmopResults (version 1.0.2)

tableStyle: Supported predefined styles for formatted tables

Description

Supported predefined styles for formatted tables

Usage

tableStyle(type = "gt")

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

Examples

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

Run the code above in your browser using DataLab