Posts by Christian Nogueira • 1 point
1 post
-
0
votes2
answers1908
viewsA: How to convert Hour:minutes:seconds to decimal number in R
you can use the lubridate to install install.packages("lubridate") to load the library library("lubridate") first converting your string to a time format and then converting to a decimal value y…
ranswered Christian Nogueira 1