# little function to fill in blank rows if not specified
# used in the constuction of header rows
fill_blanks <- function(x, max) {
c(rep("", max - length(x)), x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.