join_ridefiles: join multiple ride segments which come from separate files

Description Usage Arguments Value See Also

View source: R/gps_tracklibs.R

Description

join_ridefiles Join two or more ride segments which come from separate files, since binary .fit files are not amenable to easy editing. The merged data is in the updated entries in the (summary,track) data pair. The joined data cannot be exported as a fit file, sorry.

Usage

1
join_ridefiles(joinlist, summaries, tracks)

Arguments

joinlist

list of vectors (order matters within vectors) of .fit or .gpx filenames, each vector a part of a track to be joined in order

summaries

tbl of ride summaries created from gpx and/or fit files

tracks

tbl of ride tracks created from gpx and/or fit files

Value

a list of two tbls containing the summaries and tracks with the specified sets of tracks merged

See Also

read_ride


CraigMohn/bikeCadHr documentation built on Dec. 3, 2020, 2:31 a.m.