readFitFile: Read a FIT file

View source: R/reader.R

readFitFileR Documentation

Read a FIT file

Description

Reads a specified FIT file and returns an object of class FitFile

Usage

readFitFile(fileName)

Arguments

fileName

A character specifying the FIT file to be read.

Value

An object of class [FitFile-class]

Examples

garmin_file <- system.file("extdata", "Activities", "garmin-edge530-ride.fit",
                           package = "FITfileR")
garmin <- readFitFile(garmin_file)


grimbough/fitFileR documentation built on April 24, 2024, 12:07 a.m.