Skip to contents

Standardize the Accelerometry Data

Usage

standardize_data(data, subset = TRUE)

standardise_data(data, subset = TRUE)

Arguments

data

A `data.frame` with a column for time in `POSIXct` (usually `time`), and `X`, `Y`, `Z`

subset

should only the `HEADER_TIMESTAMP` (if available) and `XYZ` be subset?

Value

A `data.frame` with `X/Y/Z` and a time in `time` (if available).