getTblTheme returns the specified theme.

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()