d <- data.frame(a = c("Total", "0 - 20", 10),
b = c(NA, "20 - 40", 8),
c = c(NA, "40 - 60", 6))
fill_row(d, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.