Description Usage Arguments Value Examples
This function selects several top and bottom rows of a data frame for a preview.
1 2 3 4 5 6 7 8 9 10 11 |
obj |
A data frame. |
n |
(integer) Number of top and bottom rows to display. |
format |
equal to
|
sep |
(character) Separator between displayed top and bottom lines. |
max_decimals |
(integer, |
signif_digits |
(integer, |
tolerance |
(integer) For small datasets, number of rows to show in addition to |
top |
(integer) Number of top rows to display. |
bottom |
(integer) Number of bottom rows to display. |
A truncated data frame (which is intended to be printed) with all variables converted to strings.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.