top: Top or bottom element of an object

Description Usage Arguments Value See Also

View source: R/top_bot.R

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


paulponcet/bazar documentation built on July 15, 2019, 5:28 a.m.