Description Usage Arguments Value Examples
View source: R/run_tabata_nosound.R
Selects a random subset of 4 workout exercises and starts the countdown timer to run in a 'tabata' format, where the 4 exercises will be repeated once. No sound or alarm.
1 | run_tabata_workout_nosound(rest, set)
|
rest |
Indicate the number of seconds in between sets. Numeric, recommend 10 (10 seconds). |
set |
Indicate the length for each of the 4 exercises in seconds, recommend 30 (30 seconds). |
After executing this command, the console will turn into a countdown timer to run your workout. Sounds will not play betwen each exercise or transition.
The four exercises randomly selected will be counted down at the user specified set length (in seconds). Then the four exercises will be repeated. 4 exercises x 2 sets.
1 2 3 4 5 6 | run_tabata_workout_nosound(10, 30)
# Will start a workout set of 4 exercises
## that will be repeated once (4 x2).
## Workouts will run for 30 seconds with
## 10 second transitions. No sound will be played.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.