Get random time from an interval
random_time(
min_time = "00:00:00",
max_time = "23:59:59",
resolution = "seconds"
)
character, beginning of the time interval to sample from
character, ending of the time interval to sample from
character, one of "seconds", "minutes", "hours", time resolution
random_time("12:23:00", "15:48:32")
#> [1] "13H 64M 34S"