I have a timestamp data that has the following structure where the the date and time are presented in the following way:
timestamp
January 22,2013 20:56
January 22,2013 08:53
January 22,2013 20:59
What can I do to make this into a time object in R?
I was going to write a perl script to transform the data into YEAR-MONTH-TIME HH:MM:SS format and use POSIXct to import it into a date-time object, but i was wondering if there is a shortcut to do so in R.
You can use
strptimePS: this depends of your local: