Learn R Programming

tcxr (version 0.1.0)

parse_lap: 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)

Value

A dataframe containing the lap metrics.

Arguments

lap

An XML node representing a lap in a TCX file.