parse_trackpoint {tcxr} | R Documentation |
Parse a Trackpoint from a TCX File
Description
Extracts data from a trackpoint, including altitude, distance, speed, power, cadence, and heart rate.
Usage
parse_trackpoint(trackpoint)
Arguments
trackpoint |
An XML node representing a trackpoint. |
Value
A list of parsed trackpoint metrics.
[Package tcxr version 0.1.0 Index]