load_tcx_file: Process a single tcx file

Description Usage Arguments Value References See Also Examples

Description

process a single tcx file and return and energies dataframe.

Usage

1
load_tcx_file(filename)

Arguments

filename

A filepath to a tcx file (.tcx)

Value

The energies dataframe from the file at filename energy dataframe :

References

Energy expenditure calculations used are described in:

Weyand, P. G., Smith, B. R., Puyau, M. R., & Butte, N. F. (2010). The mass-specific energy cost of human walking is set by stature. The Journal of Experimental Biology, 213(Pt 23), 3972–3979.

Kawata, A., Shiozawa, N., & Makikawa, M. (2007). Estimation of Energy Expenditure during Walking Including UP/Down Hill. In R. Magjarevic & J. H. Nagel (Eds.), World Congress on Medical Physics And Biomedical Engineering 2006, 441-444.

See Also

load_tcx_dir for loading multiple tcx files

Other load tcx functions: load_tcx_dir, merge_list, select_list, selectdf

Examples

1
2
3
load_tcx_file("topDir/secondLevel/fitbitdata.tcx")
load_tcx_file("./fitbitdata.tcx")
load_tcx_file("fitbitdata.tcx")

VCCRI/CardiacProfileR documentation built on May 25, 2019, 2:22 p.m.