readDirectory(directory, aggregate = TRUE, table = "gps_data", timezone = "", sessionThreshold = 2, correctDistances = FALSE, country = NULL, mask = TRUE, fromDistances = NULL, speedunit = list(tcx = "m_per_s", db3 = "km_per_h", json = "km_per_h"), distanceunit = list(tcx = "m", db3 = "km", json = "km"), cycling = FALSE, lgap = 30, lskip = 5, m = 11, parallel = FALSE, cores = getOption("mc.cores", 2L), verbose = TRUE)
sessionThreshold
hours apart? Alternatively, data from different files is stored in different sessions.as.POSIXct
.
Ignored for JSON files.NULL
, country is derived from
longitude and latitude.getData
. Should only the altitudes for the specified
country
be extracted (TRUE
) or also those for the neighboring countries (FALSE
)?TRUE
for tcx and
Golden Cheetah's json files and to FALSE
for db3 files.m_per_s
for tcx files and km_per_h
for db3 and Golden Cheetah's json files. See Details.m
for tcx files and km
for db3 and Golden Cheetah's json files. See Details.rev_per_min
instead of steps_per_min
and power is
imputed with 0
, else with NA
.trackeRdata
.
speedunit
currently are km_per_h
, m_per_s
,
mi_per_h
, ft_per_min
and ft_per_s
.
Available options for distanceunit
currently are km
, m
, mi
and
ft
.Reading Golden Cheetah's JSON files is experimental.
trackeRdata
, readTCX
, readDB3
, readJSON