read_clock_lab_files: read_clock_lab_files

Description Usage Arguments Value Examples

Description

reads binary files in clocklab format

Usage

1

Arguments

file_names

the names of the files to read. Should be the result of a call to list.files(..., full.names = TRUE)

Value

a big data.frame

Examples

1
2
f <- file.path(system.file(package = 'actogrammr'), 'testdata')
d <- read_clock_lab_files(file_names = list.files(path = f, full.names = TRUE))

rcorty/actogrammr documentation built on May 29, 2019, 8:06 a.m.