Shiny server function for board objects.

board_server(id, x, ...)

# S3 method for class 'board'
board_server(id, x, plugins = list(), callbacks = list(), ...)

Arguments

id

Parent namespace

x

Board

...

Generic consistency

plugins

Board plugins as modules

callbacks

Single (or list of) callback function(s), called only for their side-effects)