coerceTagMatrixListFromDifferentRepsTogether = function(x, y) {
coerceList = list()
for (i in 1:length(x)) {
coerceList[[i]] = rbind(x[[i]], y[[i]])
}
return (coerceList)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.