updateMatrixInput {shinyMatrix}R Documentation

Update matrix input

Description

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

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

## End(Not run)


[Package shinyMatrix version 0.8.0 Index]