Description Usage Arguments Value Examples
A series of functions to process, analyse and plot Garmin Connect data.
1 |
data |
downloaded from Garmin Connect in .csv format and read into R using read.csv or read.table for example. |
dataframe
1 2 3 | #let's process my data so that it's good for R, and tidy for plotting
my_runs <- processGarminRunning(data=garmin)
summary(my_runs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.