This is the appendix. We put long table listings and older or less relevant analyses here.
out <- as.matrix(resp) ## only show a subset out <- rbind(out[1:10, ], '...') htmlTable(out, caption = 'Table A1: All response data.')
out <- as.matrix(tox) ## only show a subset out <- rbind(out[1:10, ], '...') htmlTable(out, align = 'cccll', caption = 'Table A2: All toxicity data.')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.