ht: Show head and tail of a vector, matrix, table, data frame or...

View source: R/btools_utilities.r

htR Documentation

Show head and tail of a vector, matrix, table, data frame or function

Description

ht head and tail of a vector, matrix, table, data frame or function

Usage

ht(df, nrecs=6)

Arguments

df

The object. No default.

nrecs

number of records, rows, whatever to show at head and at tail

Details

show head and tail of a vector, matrix, table, data frame or function

Examples

ht(mtcars, 4)

donboyd5/btools documentation built on Jan. 7, 2023, 10:47 p.m.