Learn R Programming

trackeR (version 1.0.0)

sanityChecks: Sanity checks for tracking data.

Description

Heart rate measurements of 0 are set to NA, assuming the athlete is alive. Observations with missing or duplicated time stamps are removed.

Usage

sanityChecks(dat, silent)

Arguments

dat

Data set to be clean up.

silent

Logical. Should warnings be generated if any of the sanity checks on the data are triggered?