Description Usage Arguments Details Value Examples
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:
1 | simData(repeats = 1, seed = 1)
|
repeats |
The number of times to repeat workout routine. |
seed |
Set the seed for reproduction |
**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
data.frame
1 | simData(repeats = 25)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.