tab.tab <- function(tab,rev = c("rows", "columns")){
reverse <- match.arg(rev)
switch(reverse,
rows=rownames(tab),
columns=colnames(tab))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.