Skip to content
Prev 199212 / 398503 Next

How to refer to the last a few rows?

On Mon, Sep 14, 2009 at 9:37 AM, baptiste auguie
<baptiste.auguie at googlemail.com> wrote:
Is there a convenient function like 'tail()' to extract last a few
columns? I can use t(tail(t(x),2)). But I feel convenient if there is
a function can give me such thing directly.