as_hms {radiant.data} | R Documentation |
Convert input in hour-minute-second format to time
as_hms(x)
x |
Input variable |
Time variable of class Period
as_hms("12:45:00")
## Not run:
as_hms("12:45:00") %>% hour()
as_hms("12:45:00") %>% second()
## End(Not run)