Description Usage Arguments Details Examples
This function improves readability of printing data.frame (avoids filling your console with clutter). Also displays number of rows and columns.
1 2 3 |
x |
[ |
... |
optional arguments of |
all.rows |
[ |
max.rows |
[ |
all.cols |
[ |
max.cols |
[ |
If the number of rows of a data.frame exceeds max.rows
only head and tail of the data.frame is printed. Also does not print out all columns
if there are more than max.cols
. Function can break if columns contain long strings.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.