head_tail: Summary function - display head and tail in a single...

Description Usage Arguments

View source: R/fun_Utils.R

Description

Summary function - display head and tail in a single data.frame

Usage

1
head_tail(x, hlength = 4, tlength = 4, digits = 4, ellipsis = TRUE)

Arguments

x

A matrix or data frame or free text

hlength

The number of lines at the beginning to show

tlength

The number of lines at the end to show

digits

Round off the data to digits

ellipsis

separate the head and tail with dots


mpascariu/MortalityEstimate documentation built on May 11, 2021, 6:33 p.m.