Subset block constructor
new_merge_block.Rd
This block allows to perform row and column subsetting on data.frame
objects (see base::subset()
).
Usage
new_merge_block(by = character(), all_x = FALSE, all_y = FALSE, ...)
Arguments
- by
Column(s) tp join on
- all_x, all_y
Join type, see
base::merge()
- ...
Forwarded to
new_block()