library("tabplot")
library("MASS")
Boston$chas <- factor(Boston$chas)
Boston$rad <- ordered(Boston$rad)
pdf("tabplot.pdf", width=10, height=7)
tableplot(Boston, sortCol=14)
dev.off()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.