Hello, I am new to RPy, and I have a hard time trying to use a R function thats needs the number of dimensions of a data.frame I am passing it. Here is an example: from rpy import * x = r.data_frame(x=r.c(1,3), y=r.c(2,4)) At this point, why doesn't r.dim(x) returns something like it would in R? I have the feeling that maybe I'm missing something with conversion... Thanks! Christian
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list