Defunct function for summarizing a data list. Please
use
summary() instead.
summarize_dl(data_list, scope = "component")data.frame class object summarizing all components (or features if scope == "component").
A nested list of input data from data_list().
The level of detail for the summary. Options are:
"component" (default): One row per component (data frame) in the data list.
"feature": One row for each feature in the data list.