fill_gaps.Rd
Fill gaps
fill_gaps(
availability_array,
too_long = 4,
desired_length = 60,
slot_length = 15,
earliest_possible = TRUE,
host_rooms,
excluded_hosts = c(),
allow_shorter_meetings = FALSE,
max_tries = 10000
)
3d array of availability with entries 0, 1, and 2
The maximum number of minutes a gap should be
The amount of time to require in a slot
The amount of time each slot represents
If TRUE, tries to do this meeting as early in the day as it can; if FALSE, as late
The vector of host rooms: room is entry, host name is names
A vector of hosts who shouldn't be scheduled
If TRUE, allow meetings shorter than desired_length
a 3d array of availability with entries 0, 1, and 2