head-tail-utils.Rd: Head/Tail shortcuts

firstR Documentation

Head/Tail shortcuts

Description

Shortcuts for head(x,1) and tail(x, 1)

Usage

first(x, ..., n = 1)

last(x, ..., n = 1)

Arguments

x

vector object

...

passed on to head or tail

n

the new number to take of only one.


dostats documentation built on May 11, 2022, 1:08 a.m.