Skip to contents

Transforms a raw coaching logistics board, as returned by get_monday_board() and augmented with monday_id, site, and L&R name columns, into a flat tibble of session rows. Unlike PL boards, coaching boards carry a plain Date of Session column (renamed to Session Date) rather than a Monday timeline range. List columns are unnested to scalars.

Usage

unpack_coach_logistics_board(df)

Arguments

df

A data frame for a single coaching board. Must contain a Date of Session column, a name column, a group_title column, a Coach column, and a Delivery Type column.

Value

A tibble with one row per coach/session, including a Session Date of class Date.

See also

unpack_pl_logistics_board() for PL boards.