xcol <- function(d, cols) { names <- colnames(d) names[1:length(cols)] <- cols colnames(d) <- names d }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.