ht: Head and tail

Description Usage Arguments Details Value Author(s) See Also

Description

Show the first and last few rows of a dataframe or matrix.

Usage

1
ht(d, n = 5)

Arguments

d

dataframe or matrix

n

number of rows from head and tail

Details

Wraps head and tail with rbind for convenience.

Value

dataframe a matrix with n*2 rows from head and tail

Author(s)

Malte Thodberg

See Also

head tail


MalteThodberg/coRe documentation built on May 8, 2019, 3:25 p.m.