Learn R Programming

pawacc (version 1.1)

gt3x.acclist: Read list of accelerometer files

Description

This function reads a list of Actigraph GT3X accelerometer files.

Usage

gt3x.acclist(accFileList, save, compress = "gzip",
	compression_level = 6)

Arguments

accFileList
an object of type list.
save
either logical or character. See readAccDir for details.
compress
logical or character string specifying whether saving to a named file is to use compression if save = TRUE. See argument compress in save.
compression_level
integer: the level of compression to be used. See argument compression_level in save.

Value

  • An object of class acclist.

References

Actigraph (Pensacola, Florida).

See Also

readAccDir