Skip to contents

Customizable logic for adding/removing blocks to the board.

Usage

add_rm_block_server(id, rv, ...)

add_rm_block_ui(id, board)

Arguments

id

Namespace ID.

rv

Reactive values object.

...

Extra arguments passed from parent scope

board

The initial board object

Value

A shiny::reactiveValues() object with components add and rm, where add may be NULL or a block object and rm be NULL or a string (block ID).