On 2/18/10 5:17 PM, Luca Beltrame wrote:
> Hello,
>
> In my porting effort (using a frequently updated rpy2.1 copy from mercurial) I
> found myself in the necessity of subsetting values from a DataFrame. In R I
> would do this, for example
>
> subset(my_data_frame, Column_name> 0)
>
> however in
The R HTML help is running a server in the background.
Making R to process events requires calls to
rinterface.process_revents() (there is more about that in the rpy2
documentation, and will be even more for 2.1beta)
L.
On 2/18/10 6:36 AM, Carson Farmer wrote:
> I am attempting to retrieve t