adjust_schedule: Adjust program schedule dates

View source: R/programming.R

adjust_scheduleR Documentation

Adjust program schedule dates

Description

Modifies a program schedule to only include days specified by user

Usage

adjust_schedule(program_schedule = NA, allowed_days = c(1, 3, 5))

Arguments

program_schedule

A program schedule created with the program_schedule function

allowed_days

An integer vector specifying which days of the week are allowable.

Value

A schedule for a weightlifting program in terms of cycle, day, date, exercise, variant, set, reps, percentage, training max, weight


titaniumtroop/rweightlifting documentation built on April 24, 2022, 5:30 a.m.