# NOT RUN {
# Create a time sequence
tseq <- seq(ct("2019-01-01"), ct("2019-02-01 12:00"), by=1800)
# Make the time of day sequence
make_tday(tseq, 1:10)
# With 0.5 hour steps and in minutes
make_tday(tseq, 1:10, tstep=1800, units="mins")
# }
Run the code above in your browser using DataLab