there.
I know this might be a silly question but really appreciated an answer. I have two columns naming "start time" and "end time" in the format as "HH:MM:SS", what I need to do is converting them into decimal values and join them together.
More specifically,here is an example: column "start time": 09:00:00 column "end time": 10:00:00 final result: 9-10
I know how to do that in mysql, but any solutions how to get it done in R? Thanks very much.