read_agd: Read accelerometer data from an *.agd file

Description Usage Arguments Value

View source: R/read_agd.R

Description

Read ActiGraph accelerometer data from a database stored in an AGD file. Return a tsibble.

Usage

1
read_agd(file, tz = "UTC", settings = FALSE)

Arguments

file

Full path to an agd file to read.

tz

Time zone for the output data, converted from UTC (the default).

settings

Keep agd settings as an attribute?

Value

A tsibble (tbl_ts) of accelerometer data with at least two columns: timestamp and axis1.


catcrumpet/accelR documentation built on June 28, 2020, 11:48 p.m.