ht: Return the first and last parts of an object

View source: R/ht.R

htR Documentation

Return the first and last parts of an object

Description

Uses head() and tail() because sometimes I want to see both

Usage

ht(x, n = 6, ...)

Arguments

x

an object

n

an integer vector of length up to dim(x)

...

arguments to be passed to or from other methods

Value

list with head and tail


Sz-Tim/sevcheck documentation built on Feb. 1, 2024, 12:39 a.m.