set_widths_flextable <- function(x, widths){
for (w in seq_along(widths)){
x = x %>%
flextable::width(j=w, width = widths[w]*inches)
}
return(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.