Skip to contents

Useful for generate_code.

Usage

block_combiner(left, right, ...)

# S3 method for class 'transform_block'
block_combiner(left, right, ...)

# S3 method for class 'plot_block'
block_combiner(left, right, ...)

# S3 method for class 'plot_layer_block'
block_combiner(left, right, ...)

Arguments

left

Left block object in x %>% y.

right

Right block object in x %>% y.

...

For generic consistency.