-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
When you have hours, minutes, and seconds it seems like the seconds aren't (ever?) printed. Is this intended? Seems to me that when you have a regular sequence like below, you would want to know what the second is so you could uniquely identify that row.
(tibble 1.4.2, hms 0.4.1 dev)
library(tibble)
library(hms)
tibble(test = hms(seconds = 7200:8500))
#> # A tibble: 1,301 x 1
#> test
#> <time>
#> 1 02:00
#> 2 02:00
#> 3 02:00
#> 4 02:00
#> 5 02:00
#> 6 02:00
#> 7 02:00
#> 8 02:00
#> 9 02:00
#> 10 02:00
#> # ... with 1,291 more rowsCreated on 2018-01-29 by the reprex package (v0.1.1.9000).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels