Get the Last Part of a GTable

Arguments

x
A GTable handler
n
An integer: if positive, the max number of rows to be returned from the end of the GTable; if negative, all but the first "|n|" rows.

Value

data frame of rows from the GTable

Description

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