Converting h:m:s (character) to seconds (numeric) in R
I have imported data from excel. One of the columns is “Wait.Time” and it represents the amount of time a patient was waiting in hours:minutes:seconds format. When I imported the CSV file it logged this column as being of class “character”.