Head.Tail: Head and Tail of a Data Frame

View source: R/data_functions.R

Head.TailR Documentation

Head and Tail of a Data Frame

Description

This function shows the first and last selected items of a data frame, then presents these together.

Usage

Head.Tail(x, Select)

Arguments

x

data.frame. Data as in data.frame class.

Select

integer. Number of the first and the last items in the data frame.

Value

A matrix look alike object.

Author(s)

Omer Kara

Examples

## Not run: 
Head.Tail(data, 5) ## Do not run.
Head.Tail(data, 10) ## Do not run.

## End(Not run)


omerkara/okara documentation built on Nov. 21, 2023, 7:56 p.m.