powered by
getTblTheme returns the specified theme.
getTblTheme
getTblTheme(parentTable, themeName = NULL)
Owning table.
The name of the theme to retrieve.
A TableStyles object.
# NOT RUN { library(basictabler) tbl <- qtbl(data.frame(a=1:2, b=3:4)) tbl$theme <- getTblTheme(tbl, "largeplain") tbl$renderTable() # }
Run the code above in your browser using DataLab