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