R/intData_class.r
tail.Rd
Returns the last n rows of an intData object.
n
# S4 method for class 'intData' tail(x, n = min(nrow(x), 6L))
An intData object.
The number of rows to return.
A subset of the intData object.