library(rhandsontable)
MAT = matrix(rnorm(10000 * 100), nrow = 100, dimnames= list(1:100, 1:10000)) rhandsontable(MAT, width = "100%", height = "100%")
MAT = matrix(rnorm(10 * 10), nrow = 10, dimnames= list(1:10, 1:10)) rhandsontable(MAT)
MAT = matrix(rnorm(10 * 10), nrow = 10, dimnames= list(1:10, 1:10)) rhandsontable(MAT)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.