parse_lap {tcxr}R Documentation

Parse a Lap from a TCX File

Description

Extracts data from a lap within a TCX file, including time, distance, altitude, speed, power, cadence, and heart rate.

Usage

parse_lap(lap)

Arguments

lap

An XML node representing a lap in a TCX file.

Value

A dataframe containing the lap metrics.


[Package tcxr version 0.1.0 Index]