Skip to content
Prev 334237 / 398506 Next

rbind/timestamp problem

try this:
mtype               cdate
1     1 2013-12-10 09:35:53
2     2 2013-12-10 09:37:02

The 'c' function is coercing to numeric.  If you want to 'rbind' rows
to a dataframe, then make sure you use a dataframe.

Jim Holtman
Data Munger Guru

What is the problem that you are trying to solve?
Tell me what you want to do, not how you want to do it.


On Tue, Dec 10, 2013 at 8:55 AM, Georg H?rmann
<ghoermann at hydrology.uni-kiel.de> wrote: