Skip to contents

Returns the first n rows of an intData object.

Usage

# S4 method for class 'intData'
head(x, n = min(nrow(x), 6L))

Arguments

x

An intData object.

n

The number of rows to return.

Value

A subset of the intData object.