Raw Message
Message-ID: <497B5A40.2080506@witthoft.com>
Date: 2009-01-24T18:13:20Z
From: Carl Witthoft
Subject: last result
Barry Rowlingson wrote:
> 2009/1/23 Jorge Ivan Velez <jorgeivanvelez at gmail.com>:
>
>> See ?.Last.value
Or put this inside your Rprofile:
makeActiveBinding("prev", function(...) .Last.value, .GlobalEnv)
I like this 'cause I don't need to include the "()" for prev to work
properly.