Displaying 1 result from an estimated 1 matches for "peopledata".
2005 May 31
2
POSIX problem
...y data, I am ok, but if I
just paste the date and time parts together and try and create the POSIXct
object, I have problems.
Here is a toy example created from the actual data which caused the
problem. I am using R 2.0.1 on Windows XP.
> # Data frame with dates and times, as character
> PeopleData.df
StartDate StartTime
1 29/10/2001 15:26
2 7/12/2001 10:32
3 16/11/2001 13:58
4 28/11/2001 14:00
5 2/11/2001 15:22
6 26/11/2001 11:15
> str(PeopleData.df)
`data.frame': 6 obs. of 2 variables:
$ StartDate: chr "29/10/2001" "7/12/2001" &...