mlr3pipelines
mlr3pipelines copied to clipboard
double-arrow-operator that automatically avoids ID-clashes.
e.g. how about %>>|%
e.g. graph_a %>>|% graph_b %>>% graph_c %>>|% graph_d would potentially modify IDs in graph_b and graph_d, but keep IDs in graph_a and graph_c predictable.