summary.data_list | R Documentation |
data_list
Returns a data list summary (data.frame
class object) containing
information on components, features, variable types, domains, and component
dimensions.
## S3 method for class 'data_list'
summary(object, scope = "component", ...)
object |
A |
scope |
The level of detail for the summary. By default, this is set to "component", which returns a summary of the data list at the component level. Can also be set to "feature", resulting in a summary at the feature level. |
... |
Other arguments passed to |
A data.frame
class object. If scope
is "component", each row
shows the name, variable type, domain, and dimensions of each component. If
scope
is "feature", each row shows the name, variable type, and domain of
each feature.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.