Description Usage Arguments Details Note See Also Examples
Summarize and compactly display the structure of a data list object.
1 2 3 4 5 |
object |
A data list object |
give.attr |
See documentation for |
hide.internals |
If FALSE, |
... |
Potential further arguments (see |
The summary.data.list function returns a logical matrix indicating which dimensions (rows) are associated with which variables (columns) of the data list object.
Currently str.data.list is identical to str except that give.attr defaults to FALSE, because data lists are 'cluttered' with attributes that should not be part of the str summary. Also, setting the hide.internals argument to FALSE reveals more information. Perhaps in the future, a special str method will be written for data lists.
The hide.internals argument was suggested by a reviewer of a JSS manuscript.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.