time_interpolate: More finely divide a time slot

View source: R/input.R

time_interpolateR Documentation

More finely divide a time slot

Description

If people give the hours available, and you want to split those up into 5 minute segments, this will do that.

Usage

time_interpolate(time, slot_minutes = 15, input_minutes = 30)

Arguments

time

The string of the time

slot_minutes

How long to make each slot

input_minutes

Resolution of the input slots

Value

The hour:minute


bomeara/scheduleR documentation built on Jan. 21, 2025, 3:26 p.m.