Skip to contents

This function updates the matrix input from R created with `matrixInput`. It works like the other updateXXXInput functions in shiny.

Usage

updateMatrixInput(session, inputId, value)

Arguments

session

shiny session

inputId

id of matrix input

value

new value for matrix

Examples

if (FALSE) {
updateMatrixInput(session, "myMatrix", diag(4))
}