ulf85 / Workouts

Package collecting my functions around my workout analysis
0 stars 0 forks source link

Workouts

Package collecting my functions around my workout analysis

R-CMD-check lint

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

Remark: The documentation is in German, since it was just indended to be used by me.