Learn R Programming

ActisoftR (version 0.0.2)

read_actigraph_csv: Imports scored actigraphy data from different actigraph brand output files.

Description

Specify the path to the files. So far it supports CSV files only. The imported files are merged creating an organic single file. If the CSV files have different number of columns the function will fill missing columns with NAs.

Usage

read_actigraph_csv(x = "PATH_TO_DATA", tz = "UTC", ...)

Arguments

x

the file path

tz

the time zone

...

Optional parameters

Value

a dataframe