dataLoader: dataLoader

Description Usage Arguments Details Value Examples

View source: R/dataLoader.R

Description

Function to load TCX activity data

Usage

1
dataLoader(datapath)

Arguments

datapath

The path to the tcx file

Details

The function accepts a TCX file with gps data. Files downloaded from Garmin have been tested for swim (OW and pool), run, cycle (turbo trainer and outdoor) and cross-country skiing. In theory any TCX should work, but there is guarantee that all will.

Value

The function returns a data frame with the tcx data

Examples

1
# gpx <- dataLoader("path_to_activity.tcx")

theasjblog/tcx_package documentation built on March 13, 2021, 2:24 a.m.