headtail: Displays head and tail of an input df

Description Usage Arguments Value Examples

Description

Displays head and tail of an input df

Usage

1
headtail(df, n_head, n_tail)

Arguments

df

Input data frame.

n_head

Number of head to show.

n_tail

Number of tail to show.

Value

A data frame showing first n_head and last n_tail rows of df.

Examples

1

joongsup/demoRy documentation built on May 28, 2019, 12:22 p.m.