On Apr 29, 2008, at 5:03 PM, Gregory Warnes wrote:
> There are a couple of solutions.  One, as you describe, is to  
> construct an R expression in a string and have R evaluate the  
> string.   Another solution is to create the data frame object  
> without names, then add the names in a separate step.  You can also  
> construct an empty data frame and add one column at a time to it.   
> Finally, you can create an R utility function do to the work you need.

I went back to that code today and tried the last approach.  It  
worked better than the ugly hack I did.  Thanks!


                                Andrew
                                [EMAIL PROTECTED]



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to