simData: Simulate HeavySet export data

Description Usage Arguments Details Value Examples

Description

This function simulates HeavySet export data. The six columns are 'date', 'workoutName', 'exerciseName', 'reps', 'weightKg', 'weightLb', 'notes'. Dates, reps and weight is randomly generated. The Workout is based on the following workout routine:

Usage

1
simData(repeats = 1, seed = 1)

Arguments

repeats

The number of times to repeat workout routine.

seed

Set the seed for reproduction

Details

**Full Body - A**

3×5 Barbell Rows

3×5 Bench Press

3×5 Squats

**Full Body - B**

3×5 Chinups

3×5 Overhead Press

3×5 Deadlifts

Value

data.frame

Examples

1
simData(repeats = 25)

MarijnJABoer/HeavySetR documentation built on May 22, 2019, 5:31 p.m.