Package collecting my functions around my workout analysis
I started to export my workouts recorded by my Wahoo app to Excel and make some analysis on it.
To export the data I store the workouts as .fit
-files in my fit
-directory and extract the important data with the programm GPSBabel
to an Excel file in the fixed
-directory.
This is done with the R-function fit2csv()
, expecting the two mentioned folders to exist.
THe other functions are made for summaries and plots, which I used in my .Rmd
.
So far I have functions for + running + walking + cycling + indoor cycling
Remark: The documentation is in German, since it was just indended to be used by me.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.