#.innerNames <- function(.Output, .Names, .input, ){
# if(.Names == "after" & length(.Names) ==1){
# names(.Output)<- names(.input)[c((1+distance):length(input))]
# }
# if(.Names == "before"& length(.Names) ==1){
# names(.Output) <- names(.input)[c(1:c(length(input)-distance))]
# }
#
# return(.Output)
#}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.