R/funs.R
ht.Rd
Display the first and last n elements of a vector or matrix.
ht(x, n = 3)
a vector or matrix.
vector
matrix
an integer specifying the number of elements to display from head and tail.
integer
a matrix with head rows, a separator row of NA, and tail rows.