Re: [R] Fwd: Help with looping a function over a list of dataframes:

2020-07-04 Thread Kathan Desai
ed to pad with NA's -- I do not entirely get what you are > trying to do. > > Bert Gunter > > "The trouble with having an open mind is that people keep coming along and > sticking things into it." > -- Opus (aka Berkeley Breathed in his "Bloom County" co

Re: [R] Fwd: Help with looping a function over a list of dataframes:

2020-07-04 Thread Kathan Desai
stion, as it will be much faster for them to do that (compared to the > original formulation.) > > Eric > > > On Sat, Jul 4, 2020 at 4:33 PM Kathan Desai > wrote: > >> -- Forwarded message - >> From: Kathan Desai >> Date: Sat, 4 Jul 2020

[R] Fwd: Help with looping a function over a list of dataframes:

2020-07-04 Thread Kathan Desai
-- Forwarded message - From: Kathan Desai Date: Sat, 4 Jul 2020 at 14:31 Subject: Re: [R] Help with looping a function over a list of dataframes: To: Jim Lemon Hi Jim, Thankyou for your reply, I tried the function you suggested and it doesn't seem to work. There are aga

[R] Help with looping a function over a list of dataframes:

2020-07-03 Thread Kathan Desai
I have been trying to run a forloop for a function that compares dataframe n with dataframe n-1, across a list of dataframes. It does this by checking each midpoint of dataframe n with each midpoint of dataframe n-1. This is done to make up for an disparity in row length. The idea of this code is t