set_colnames <- function(x, colnames_in) {
colnames(x) <- colnames_in
return(x)
}
set_rownames <- function(x, rownames_in) {
rownames(x) <- rownames_in
return(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.