I was trying to find an answer to my question as mentioned above. I am trying to calculate the minutes difference between datetime formated cells in two separate columns. However, the input is already in POSIXlt and it seams (for me also understandably because not a numeric representation) that no calculations are possible. Using difftime I only receive NA output. Trying to use as.POSIXct() does not change the class of the variables.
Help is much appreciated and since being new here I hope I phrased the question correctly.
Thanks!