Description Usage Arguments Value Examples
This function summarizes cycling data
1 | cycling_summary(w_data, type = "All", min_time = 11, min_output = 50)
|
w_data |
- A formatted dataframe read in using setup_peloton_data. Defaults to a variable, "workout_data_interface", that is the output from that function. |
type |
Which type of workout will this summarize |
min_time |
The minimum amount of time to be summarized, used to exclude short rides, either ones that were aborted or warmups/cooldowns. |
min_output |
The minimum output to be included in the summary. Defaults to 50 KJ |
Returns a summary, future versions will also return plots
1 2 | cycling_summary()
cycling_summary(type = "Climb", min_time = 11)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.