Dear RPY experts-

I am still getting up to speed on the different conversion
features...Is there any obvious reason why this code is adding a space
when 'paste' is used?

rpy.set_default_mode(rpy.BASIC_CONVERSION)

I am attempting to combine the directory and a file into one variable
and then assigning it to another (latter not shown)

rpy.r("dir1<- '/home/foouser/foo/'")

rpy.r("dat.file<- paste(dir1, 'prices.txt', sep="")")

'/home/foouser/foo/ prices.txt'

Of course this works in R directly and a search of RPY info sources
for paste func() with sep doesn't turn up anything useful.

TIA,

Vince Fulco

-------------------------------------------------------------------------
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