Peter wrote:

>>  rpy.r("dat.file<- paste(dir1, 'prices.txt', sep="")")
>>
>>  '/home/foouser/foo/ prices.txt'
> 
> Very odd.

  I think it's because you've stuck double quotes in your double quotes:

  >>> r("paste('y', 'x', sep="")")
  'y x'
  >>> r("paste('y', 'x', sep='')")
  'yx'

The mystery is why it doesn't fail completely....

Barry

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to