como fazer os minutos zero em r
library(lubridate)
minute(time_df) <- 0
Rocku0
library(lubridate)
minute(time_df) <- 0