Join block
new_join_block.Rd
This block provides access to the dplyr join verbs and
returns a dataframe. This blocks is made to work with multiple
stack as the y
parameter expects a dataframe from another stack.
Arguments
- y
Second dataset for join.
- type
Join type.
- by
Join columns.
- submit
Whether this block requires to press a submit button to get the results. Boolean, default to FALSE, which means no submit button. If NA, then no computation is triggered and the user needs to click on the button to see the block result. If TRUE, computation is automatically triggered and the button is shown (which is useful when restoring a stack).
- ...
Further (metadata) attributes