Description Usage Arguments Value
View source: R/clipAndAddHorizontalDivider.R
For data.frames that have more rows than limited by n, adds a horizontal divider by replacing the middle row with dots.
1 | clipAndAddHorizontalDivider(x, dot, n)
|
x |
Data.frame to be modified. |
dot |
Character, used in the divider. |
n |
Integer, how many rows to print with |
A data.frame with added horizontal divider, provided the
data.frame has more than n
rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.