clipAndAddHorizontalDivider: Add a horizontal divider

Description Usage Arguments Value

View source: R/clipAndAddHorizontalDivider.R

Description

For data.frames that have more rows than limited by n, adds a horizontal divider by replacing the middle row with dots.

Usage

1

Arguments

x

Data.frame to be modified.

dot

Character, used in the divider.

n

Integer, how many rows to print with head and tail.

Value

A data.frame with added horizontal divider, provided the data.frame has more than n rows.


romunov/peep documentation built on July 21, 2020, 1:01 p.m.