updateMatrixInput: Update matrix input

Description Usage Arguments Examples

View source: R/matrixInput.R

Description

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

Usage

1
updateMatrixInput(session, inputId, value)

Arguments

session

shiny session

inputId

id of matrix input

value

new value for matrix

Examples

1
2
3
4
## Not run: 
updateMatrixInput(session, "myMatrix", diag(4))

## End(Not run)

shinyMatrix documentation built on May 20, 2021, 5:06 p.m.