Re: [R] adding rows without loops

2013-05-23 Thread Adeel Amin
Even the bigmemory package is causing OOM issues. > > > > -Original Message- > > From: Blaser Nello [mailto:nbla...@ispm.unibe.ch] > > Sent: Thursday, May 23, 2013 12:15 AM > > To: Adeel Amin; r-help@r-project.org > > Subject: RE: [R] adding rows without loo

Re: [R] adding rows without loops

2013-05-23 Thread William Dunlap
ject.org] On > Behalf > Of Adeel - SafeGreenCapital > Sent: Thursday, May 23, 2013 5:54 AM > To: 'Blaser Nello'; r-help@r-project.org > Subject: Re: [R] adding rows without loops > > Thank you Blaser: > > This is the exact solution I came up with but when comp

Re: [R] adding rows without loops

2013-05-23 Thread Rainer Schuermann
t; Even the bigmemory package is causing OOM issues. > > -Original Message- > From: Blaser Nello [mailto:nbla...@ispm.unibe.ch] > Sent: Thursday, May 23, 2013 12:15 AM > To: Adeel Amin; r-help@r-project.org > Subject: RE: [R] adding rows without loops > > Merge sho

Re: [R] adding rows without loops

2013-05-23 Thread Adeel - SafeGreenCapital
rs to compute. Even the bigmemory package is causing OOM issues. -Original Message- From: Blaser Nello [mailto:nbla...@ispm.unibe.ch] Sent: Thursday, May 23, 2013 12:15 AM To: Adeel Amin; r-help@r-project.org Subject: RE: [R] adding rows without loops Merge should do the trick. How to best u

Re: [R] adding rows without loops

2013-05-23 Thread Blaser Nello
-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Adeel Amin Sent: Donnerstag, 23. Mai 2013 07:01 To: r-help@r-project.org Subject: [R] adding rows without loops I'm comparing a variety of datasets with over 4M rows. I've solved this problem 5 different way

[R] adding rows without loops

2013-05-22 Thread Adeel Amin
I'm comparing a variety of datasets with over 4M rows. I've solved this problem 5 different ways using a for/while loop but the processing time is murder (over 8 hours doing this row by row per data set). As such I'm trying to find whether this solution is possible without a loop or one in which