load_tcx_dir: Process all tcx files in a directory

Description Usage Arguments Value See Also Examples

Description

process all tcx files in a directory and produce a list of energy dataframes.

Usage

1
load_tcx_dir(directory, recursive = TRUE)

Arguments

directory

A filepath to a directory.

recursive

Process tcx files in all levels of the directory or only the top level.

Value

named list of energy dataframes where the name is the path to the tcx file. See load_tcx_file for a description of an energy dataframe.

See Also

load_tcx_file for loading multiple tcx files

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

Examples

1
2
3
load_tcx_dir("topDir/secondLevel/")
load_tcx_dir("../")
load_tcx_dir(".", recursive = FALSE)

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