Description Usage Arguments Value Examples
read_rides will read a list of ride data and bind them into a single rides tibble
1 | read_rides(file_list)
|
file_list |
list of .tcx, .fit, .pwx, or .srm files |
tibble with all ride data
1 2 3 | ## No run
# ride_list <- c('ride1.tcx', 'ride2.tcx')
# rides <- read_rides(ride_list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.