summarize_dl {metasnf} | R Documentation |
Summarize a data list
Description
Defunct function for summarizing a data list. Please
use
summary()
instead.
Usage
summarize_dl(data_list, scope = "component")
Arguments
data_list |
A nested list of input data from |
scope |
The level of detail for the summary. Options are:
|
Value
data.frame class object summarizing all components (or features if scope == "component").
[Package metasnf version 2.1.2 Index]