e_headtail: Print head and tail of a data.frame

View source: R/e_headtail.R

e_headtailR Documentation

Print head and tail of a data.frame

Description

Print head and tail of a data.frame

Usage

e_headtail(x, n = 3L, which_col = NULL, ...)

Arguments

x

data.frame or vector

n

number of top rows and bottom rows to print, it prints 2n rows

which_col

selected columns, if desired

...

passed to head() and tail() functions

Value

dat_ht the head and tail of the data.frame

Examples

e_headtail(dat_mtcars_e)

erikerhardt/erikmisc documentation built on April 17, 2025, 10:48 a.m.