This block allows to perform row and column subsetting on data.frame objects (see base::subset()).

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()