powered by
This function updates the matrix input from R created with `matrixInput`. It works like the other updateXXXInput functions in shiny.
updateMatrixInput(session, inputId, value)
shiny session
id of matrix input
new value for matrix
if (FALSE) { updateMatrixInput(session, "myMatrix", diag(4)) }
Run the code above in your browser using DataLab