Search notes:

R function: tail

#
# Compare with -> head()
# 
# S.a. ../examples/having_a_look_at_data.R
#

tail (1:1000)
# [1]  995  996  997  998  999 1000
Github repository about-r, path: /functions/tail.R

See also

head
Exploring R objects
Index to (some) R functions

Index