Description Usage Arguments Value Examples
Structure for Data
1 | list.str(x, n = 3)
|
x |
a dataframe or matrix |
n |
the maximum level number to display |
a dataframe contains variable names and class
1 2 3 4 | jh=data.frame(x=c(1,2,3,1),
k=c(4,5,6,7),
h=c('a','a','b','b'))
list.str(x = jh)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.