tableStyle {visOmopResults}R Documentation

Supported predefined styles for formatted tables

Description

Supported predefined styles for formatted tables

Usage

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

Arguments

type

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

style

Supported predefined styles. Currently: "default" and "darwin".

Value

A code expression for the selected style and table type.

Examples

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


[Package visOmopResults version 1.1.1 Index]