Nothing
.onLoad <- function(...) {
tryCatch( {
shiny::registerInputHandler("rhandsontable.customSelectDeserializer",
function(x, session, inputName) {
result <- x
result$select$rAll <- unlist(x$select$rAll)
result$select$cAll <- unlist(x$select$cAll)
result},
force = TRUE )
}, error = function(err) {})
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.