This is literally the raw output that came from navigating onto Garmin Connect and hitting "export to csv" Quite simply I then just read the data into R as below: garmin <- read.csv("Activities-2.csv", header=T)
1 |
A data frame
Garmin connect annotates walking, running, cycling and cardio
There are a number of variables that are not annotatred by my Garmin (Forerunner 35). More advanced watches might be required for some of this data to become relevant.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.