MatthewASimonson / r-orange

Automatically exported from code.google.com/p/r-orange
Other
0 stars 0 forks source link

data type changer widget request #501

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What I am invisioning is a widget that will allow one to change the data type 
of columns or elements in the orriginal data.

Ex; data.frame::

n1, n2, n3;
'a', '11/5/2010', 1;
'b', '12/9/2011', 2;

type(data.frame$n2) ==> character

I want to set data.frame$n2<-as.date.time(data.frame$n2)

This should be a generalized widget for many vector R data types.

Original issue reported on code.google.com by kylecovi...@gmail.com on 5 Mar 2011 at 10:58