Skip to contents

Summarize a data list

Usage

summarize_dl(data_list, scope = "component")

Arguments

data_list

A nested list of input data from generate_data_list().

scope

The level of detail for the summary. Options are:

  • "component" (default): One row per component (dataframe) in the data_list.

  • "feature": One row for each feature in the data_list.