Learn R Programming

fixtuRes (version 0.1.3)

random_time: Get random time from an interval

Description

Get random time from an interval

Usage

random_time(
  min_time = "00:00:00",
  max_time = "23:59:59",
  resolution = "seconds"
)

Arguments

min_time

character, beginning of the time interval to sample from

max_time

character, ending of the time interval to sample from

resolution

character, one of "seconds", "minutes", "hours", time resolution

Examples

Run this code
# NOT RUN {
random_time("12:23:00", "15:48:32")
# }

Run the code above in your browser using DataLab