Skip to contents

Update the minutes component of a list of section titles, to assign approximate times to those sections.

Usage

update_section_title_minutes(section_titles, section_minutes)

Arguments

section_titles

A nested list of section titles and (optionally) minutes per slide as returned by gen_deck_section_titles(), or a character vector with just the titles.

section_minutes

A numeric vector of minutes for each section. This vector must be the same length as section_titles.

Value

An updated list of section titles and their length in minutes.