Update matrix input
updateMatrixInput.RdThis function updates the matrix input from R created with `matrixInput`. It works like the other updateXXXInput functions in shiny.
Examples
if (FALSE) { # \dontrun{
updateMatrixInput(session, "myMatrix", diag(4))
} # }