Hi R experts,

For example I have a dataset looks like this:


Number   TimeStamp   Value
1              1/1/2013 0:00 1
2 1/1/2013 0:01 2
3 1/1/2013 0:03 3

How can I split the "TimeStamp" Column into two and return a new table like
this:

Number   Date           Time   Value
1               1/1/2013 0:00 1
2 1/1/2013 0:01 2
3 1/1/2013 0:03 3

Thank!

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to