
Activity Counts from a Raw Accelerometer File (Any Supported Brand)
Source:R/read_raw.R
read.raw.RdA single entry point that dispatches to the brand-specific reader by file
extension (or an explicit device) and returns ActiGraph-equivalent
counts: ActiGraph .gt3x, Axivity .cwa, or GENEActiv .bin.
Usage
read.raw(
path,
device = c("auto", "gt3x", "axivity", "geneactiv"),
epoch = 60,
lfe = FALSE,
tz = "UTC"
)Value
Data frame with time, axis1, axis2, axis3
and vm, one row per epoch. Counts from non-ActiGraph devices are an
approximation; see axivity.counts / geneactiv.counts.