getTblTheme | R Documentation |
getTblTheme
returns the specified theme.
getTblTheme(parentTable, themeName = NULL)
parentTable |
Owning table. |
themeName |
The name of the theme to retrieve. |
A TableStyles object.
library(basictabler)
tbl <- qtbl(data.frame(a=1:2, b=3:4))
tbl$theme <- getTblTheme(tbl, "largeplain")
tbl$renderTable()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.