A wrapper for a getOption("htmlTable.theme")() call that
returns the standard theme unless one is set.
getHtmlTableTheme()list with the styles to be applied to the table
getHtmlTableTheme()
#> $align
#> [1] "c"
#>
#> $align.header
#> [1] "c"
#>
#> $col.rgroup
#> [1] "none"
#>
#> $col.columns
#> [1] "none"
#>
#> $padding.rgroup
#> [1] " "
#>
#> $padding.tspanner
#> [1] ""
#>
#> $spacer.celltype
#> [1] "single_empty"
#>
#> $spacer.css.cgroup.bottom.border
#> [1] "none"
#>
#> $spacer.css
#> [1] ""
#>
#> $spacer.content
#> [1] " "
#>
#> $css.rgroup
#> [1] "font-weight: 900;"
#>
#> $css.rgroup.sep
#> [1] ""
#>
#> $css.tspanner
#> [1] "font-weight: 900; text-align: left;"
#>
#> $css.tspanner.sep
#> [1] "border-top: 1px solid #BEBEBE;"
#>
#> $css.total
#> [1] "border-top: 1px solid #BEBEBE; font-weight: 900;"
#>
#> $css.cell
#> [1] ""
#>
#> $css.cgroup
#> [1] ""
#>
#> $css.header
#> [1] "font-weight: 900"
#>
#> $css.header.border_bottom
#> [1] "border-bottom: 1px solid grey"
#>
#> $css.class
#> [1] "gmisc_table"
#>
#> $css.table
#> [1] "margin-top: 1em; margin-bottom: 1em;"
#>
#> $pos.rowlabel
#> [1] "bottom"
#>
#> $pos.caption
#> [1] "top"
#>