Description Usage Arguments Value
View source: R/summaryBuilders.R
Given a metadata data-frame and a vector of column names (split_by), builds a partition of rows based on all possible combinations of the columns identified by split_by.
1 | split_by_metadata(metadata, split_by, simplify = FALSE)
|
metadata |
A data.frame with the metadata. |
split_by |
The names of the columns in metadata according to which they should be split. |
simplify |
If TRUE, columns with no discriminatory power will be removed from the resulting Metadata. Furthermore, if there is only one category left, it will be labeled "All". |
A list with information about the new partition.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.