my_theme <- function(x, ...) {
x <- colformat_double(x, big.mark = "'", decimal.mark = ",", digits = 1)
x <- set_table_properties(x, layout = "fixed")
x <- border_remove(x)
std_border <- fp_border(width = 1, color = "orange")
x <- border_outer(x, part="all", border = std_border )
x <- border_inner_h(x, border = std_border, part="all")
x <- border_inner_v(x, border = std_border, part="all")
autofit(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.