Start up shiny app.

board_plugins(which = NULL)

serve(x, ...)

# S3 method for class 'block'
serve(x, id = "block", ..., data = list())

# S3 method for class 'board'
serve(x, id = rand_names(), plugins = board_plugins(), ...)

Arguments

which

(Optional) character vectors of plugins to include

x

Object

...

Generic consistency

id

Board namespace ID

data

Data inputs

plugins

Board plugins