Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

getTblTheme

Get a built-in theme for styling a table.


Description

getTblTheme returns the specified theme.

Usage

getTblTheme(parentTable, themeName = NULL)

Arguments

parentTable

Owning table.

themeName

The name of the theme to retrieve.

Value

A TableStyles object.

Examples

library(basictabler)
tbl <- qtbl(data.frame(a=1:2, b=3:4))
tbl$theme <- getTblTheme(tbl, "largeplain")
tbl$renderTable()

basictabler

Construct Rich Tables for Output to 'HTML'/'Excel'

v1.0.0
GPL-3
Authors
Christopher Bailiss [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.