Customizable logic for adding/removing links between blocks on the
board.
Usage
add_rm_link_server(id, rv, ...)
add_rm_link_ui(id, board)
Arguments
- id
Namespace ID
- rv
Reactive values object
- ...
Extra arguments passed from parent scope
- board
The initial board
object
Value
A reactive value that evaluates to NULL
or a list with components
add
and rm
, where add
is either NULL
or a data.frame
with columns
id
, from
, to
and input
and rm
is either NULL
or a character
vector of link IDs.