powered by
Get random time vector from an interval
random_time_vector( size, min_time = "00:00:00", max_time = "23:59:59", resolution = "seconds", unique = FALSE )
integer, vector length
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
boolean, should the output be unique?
# NOT RUN { random_time_vector(12, "12:23:00", "15:48:32") # }
Run the code above in your browser using DataLab