> I use :
> from rpy import r
> rt = r.read.table("test.txt", head = TRUE)
> but I can't read this file.

Hi,
You should try "r.read_table" instead.
As "." has a specific meaning  in Python, you have to replace R dots by 
underscores.

Jul.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to