cyclingdata: Example cycling data

Description Usage Format Creation

Description

Two example cycling datasets are included with the elpatron package. The first (lufbra) is a short and simple spin around Loughborough University's fine campus. This file has also been reformatted to .tcx and .gpx formats, both of which are included (along with the original .fit file) in this package's extdata directory. The second dataset is from a far more aggressive chaingang with two other fellow Loughborough cyclists.

Usage

1
2
3

Format

Both data files have been formatted according to the clean structure described in clean_bikedata.

Creation

These data were generated via the following:

1
2
3
4
5
6
7
f <- system.file("extdata/lufbra.fit", package = "elpatron")
lufbra <- f %>% import_ride %>% clean_bikedata

f <- system.file("extdata/chaingang.fit", package = "elpatron")
chaingang <- f %>% import_ride %>% clean_bikedata

# devtools::use_data(lufbra, chaingang)

jmackie4/elpatron documentation built on May 19, 2019, 12:49 p.m.