Description Usage Arguments Examples
This function displays the 'anatomy' of a data frame. In
practice, it's used to implement a faster version of
str
for data frames built entirely of atomic
vectors, as str.data.frame
is very slow for large
data frames. If there are non-atomic vectors in df
,
we fall back to base::str
.
1 2 3 |
df |
An object inheriting class |
n |
The number of elements to print from each vector. |
cols |
The number of columns to print from the
|
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.