top: Top or bottom element of an object

Description Usage Arguments Value See Also

Description

top(x) is an alias for head(x, 1L). bot(x) is an alias for tail(x, 1L).

Usage

1
2
3
top(x)

bot(x)

Arguments

x

an object.

Value

An object (usually) like x but generally smaller.

See Also

head and head from package utils


bazar documentation built on May 2, 2019, 7:02 a.m.

Related to top in bazar...