It could be added.

The "Python way" might be to add a switch in the constructors of the relevant classes (rpy2.robjects.vectors.Matrix and rpy2.robjects.vectors.DataFrame).

You could start by extending the current classes and implement a custom constructor and see how it goes for you.

Best,


Laurent



On 2011-11-24 15:36, Luca Beltrame wrote:
Hello,

R uses as.data.frame and as.matrix to easily move (compatible) data structures
from data.frame to matrix and vice versa. I was wondering if it would make
sense to have such a feature in rpy2, at least to swap between matrix and
data.frame.

Currently to do so it is needed to importr("base") and then use the functions
defined there.



------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d


_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to