[Rpy] Wiki for RPy Documentation?

2008-03-31 Thread John Riedl
Hello RPy users! I'm new to using RPy, but am very enthusiastic about my experiences so far. In the course of my exploration, I've read the documentation carefully, and have many errata (most minor; some not) I'd like to contribute back to the community. Are there plans to convert the documentat

Re: [Rpy] Wiki for RPy Documentation?

2008-03-31 Thread Peter
On Fri, Mar 28, 2008 at 11:19 PM, John Riedl <[EMAIL PROTECTED]> wrote: > Hello RPy users! I'm new to using RPy, but am very enthusiastic about > my experiences so far. In the course of my exploration, I've read the > documentation carefully, and have many errata (most minor; some not) > I'd l

[Rpy] read csv in python, and pass it on to R?

2008-03-31 Thread Lukasz Szybalski
Hello, I am trying to read a 100mb+ csv file in python. f=csv.DictReader(open(filename)) or f=csv.Reader(open(filename)) When I read it in I would like to pass it to R to do some work on it. How would I do that? Do I pass the file pointer or read file? I think for speed purposes I would prefer pa