tablemerge=function(tableobject,i=2){
matrix(
paste(tableobject," (",sprintf("%.2f",prop.table(tableobject,i)),")",sep=""),
nrow=dim(tableobject)[1],ncol=dim(tableobject)[2])}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.