Description Usage Arguments Value See Also Examples
Collapse benchmark_tbl into two columns: "pipeline" and "result". The "pipeline" column will be the concatenated values from the data and methods columns while the "result" column remains unchanged from the benchmark_tbl. This is useful for having a string summary of the pipeline for annotating.
1 2 3 4 5 6 | pipeline_collapse(
x,
sep = arrow_sep("right"),
drop.steps = TRUE,
data.name = TRUE
)
|
x |
the benchmark_tbl to collapse |
sep |
the separator to use for concatenating the pipeline steps |
drop.steps |
if the data name and methods steps should be dropped from the output. TRUE by default. |
data.name |
if the dataset name should be included in the pipeline string. Useful if only a single dataset is used. |
benchmark_tbl with pipeline and result columns (and all other columns if drop.steps is FALSE)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.