# Auxiliary functions
# Helper function to remove NA's from a list
na.omit.list <- function(y) { return(y[!sapply(y, function(x) all(is.na(x)))]) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.