updateKanban {shinykanban}R Documentation

Update the data for a Kanban input on the client.

Description

Update the data for a Kanban input on the client.

Usage

updateKanban(session, inputId, data)

Arguments

session

The Shiny session object.

inputId

The ID of the input object.

data

The data to set.

Value

None


[Package shinykanban version 0.0.1 Index]