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