cycling_summary-open-paren-close-paren: Cycling Summary

Description Usage Arguments Value Examples

Description

This function summarizes cycling data

Usage

1
cycling_summary(w_data, type = "All", min_time = 11, min_output = 50)

Arguments

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

Value

Returns a summary, future versions will also return plots

Examples

1
2
cycling_summary()
cycling_summary(type = "Climb", min_time = 11)

erehnberg/gofarR documentation built on July 20, 2020, 9 p.m.