## RenameColumn <- function(data, col.name) {
## if (!is.null(col.name)) {
## setnames(data, "N", col.name)
## }
## data
## }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.