Re: [R] Bringing dbf Data With SQL

2009-10-09 Thread Jim Lemon
On 10/09/2009 07:17 AM, Michael Yutzi wrote: I have a heavy DATA saved in dbf format. What I want is to bring that data to R with SQL statements. Like: I want columns 1, 4, 5 and only when column 4> 30. Sorry asking it here instead of keep searching in manuals, but it seems that there are too

Re: [R] Bringing dbf Data With SQL

2009-10-08 Thread Gabor Grothendieck
Try this: RSiteSearch('dbf") On Thu, Oct 8, 2009 at 4:17 PM, Michael Yutzi wrote: > > I have a heavy DATA saved in dbf format. > > What I want is to bring that data to R with SQL statements. Like: I want > columns 1, 4, 5 and only when column 4 > 30. > > Sorry asking it here instead of keep sear

[R] Bringing dbf Data With SQL

2009-10-08 Thread Michael Yutzi
I have a heavy DATA saved in dbf format. What I want is to bring that data to R with SQL statements. Like: I want columns 1, 4, 5 and only when column 4 > 30. Sorry asking it here instead of keep searching in manuals, but it seems that there are too many ways of doing it. So what's the appropri