powered by
Shortcuts for head(x,1) and tail(x, 1)
head(x,1)
tail(x, 1)
first(x, ..., n = 1)last(x, ..., n = 1)
last(x, ..., n = 1)
vector object
passed on to head or tail
the new number to take of only one.