xdesc <- function (d, cols) {
s <- paste("with(d, order(-", paste("rank", "(", cols, ")", sep="", collapse=","),
"))", sep = "")
d[eval(parse(text = s)), ]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.