add_rm_link.Rd
Customizable logic for adding/removing links between blocks on the board.
add_rm_link_server(id, board, update, ...)
add_rm_link_ui(id, board)
A reactive value that evaualtes to NULL
or a list with components
add
and rm
, where add
is either NULL
or a data.frame
with columns
id
, from
, tp
and input
and rm
is either NULL
or a character
vector of link IDs.