read_csv_actigraph: Read accelerometer data from an *.csv file

Description Usage Arguments Value

View source: R/read_csv_actigraph.R

Description

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

Usage

1
read_csv_actigraph(file, tz = "UTC", include_preamble = FALSE)

Arguments

file

Full path to a csv file to read.

tz

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

preamble

Keep csv file preamble 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.