Joiner | R Documentation |
The Joiner
takes in objects and joins them according to a
defined method into a single node.
Joiner(method)
method |
function to join incoming objects together |
a sewage_joiner
object
additional arguments to be passed to method
should be passed in the
...
of [add_node()]
pipeline = Pipeline() |>
add_node(Joiner(method = rbind), name = "Joiner", input = c("file1", "file2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.