Imagine that I have a spreadsheet with timestamps in the following form: dd/mm/yyyy hh:mm I am trying to make a new column in R converting that format into the Excel date format (i.e. the way Excel displays a serial number such as 39448 to represent 1/1/2008. I then want to then multiply this number by *1440 to get the serial date number in minutes.
Can anyone help me figuring out what the R code would look like to convert a dd/mm/yyy hh:mm column to Excel serial number*1440?
Cheers!
I have tried manipulating the data in Excel but I would like to be able to do this in R.