"updateRxC" <-
function(tc) {
if (tc$currcol==tc$RxC[2]) {
tc$currcol <- 1
tc$currrow <- tc$currrow + 1
} else {
tc$currcol <- tc$currcol + 1
}
tc
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.