Learn R Programming

visOmopResults (version 1.3.1)

tableStyleCode: Supported predefined style codes for formatted tables

Description

Supported predefined style codes for formatted tables

Usage

tableStyleCode(type = "gt", style = "default")

Value

The code expression to style the table for as specific pre-defined style and table type.

Arguments

type

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

style

Supported predefined styles. Check which ones with the function tableStyle().

Examples

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

Run the code above in your browser using DataLab