block_server.Rd
Calls shiny modules for the given element (block, fields).
block_server(id, x, data = list(), ...)
# S3 method for class 'block'
block_server(
id,
x,
data = list(),
block_id = id,
edit_block = NULL,
board = reactiveValues(),
update = reactiveVal(),
...
)
expr_server(x, data, ...)
# S3 method for class 'block'
expr_server(x, data, ...)
block_eval(x, expr, data, ...)
# S3 method for class 'block'
block_eval(x, expr, data, ...)
# S3 method for class 'plot_block'
block_eval(x, expr, data, ...)
Namespace ID
Object for which to generate a moduleServer()
Input data (list of reactives)
Generic consistency
Block ID
Block edit plugin
Reactive values object containing board information
Reactive value object to initiate board updates
Quoted expression to evaluate in the context of data