schedule_summary: Convert schedule to easier information for a person

View source: R/schedule.R

schedule_summaryR Documentation

Convert schedule to easier information for a person

Description

Convert schedule to easier information for a person

Usage

schedule_summary(person, availability_array, is_host = TRUE, host_rooms = NULL)

Arguments

person

The person to make the schedule for

availability_array

3d array of availability with entries 0, 1, and 2

is_host

If TRUE, do for host; otherwise, do guest

host_rooms

The vector of host rooms: room is entry, host name is names

Value

A data.frame of times, the person being met, and the room


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