read(file, format = TRUE, .list = FALSE)read_fit(file, format = TRUE)
read_pwx(file, format = TRUE, .list = FALSE)
read_pwx2(file, format = TRUE, .list = FALSE)
read_srm(file, format = TRUE)
read_tcx2(file, format = TRUE, .list = FALSE)
read_pwx and
read_tcx..list argument.read: A wrapper for read_* functions that chooses the appropriate
function based on file extension.read_fit: Read a Garmin (Ltd) device .fit file. This invokes the
systemjavacommand to execute the FitCSVTool.jar from theread_pwx: Read a Training Peaks .pwx file. Requires the "XML"
package to be installed.read_pwx2is a faster alternative
that uses system commands.read_pwx2: Read a Training Peaks .pwx file. Requires the command
line tool "xml2" to be installed.read_srm: Read an SRM (.srm) file. This requiresread_tcx2: Read a Garmin .tcx file. Fast and dirty command line
parsing. Requires the command line tool "xml2" to be installed.read_fit(). Note that most functions within this package depend on imported data being
formatted; i.e. read*("file_path", format = TRUE). Hence, unless the
raw data is of particular interest and/or the user wants to process it
manually, the format argument should be TRUE (default). When working with a
formatted dataset, do not change existing column names. The formatted structure
is described in detail in cycling_data.