Get the First Part of a GTable

Arguments

x
A GTable handler
n
An integer: if positive, the max number of rows starting from the beginning; if negative, all but the last "|n|" rows.

Value

data frame of rows from the GTable

Description

Returns the first part of the referenced GTable. By default, returns the first 6 rows.