Skip to contents

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.

Usage

new_join_block(y = NULL, type = character(), by = character(), ...)

Arguments

y

Second dataset for join.

type

Join type.

by

Join columns.

...

Further (metadata) attributes