read_clock_lab_files {actogrammr} | R Documentation |
read_clock_lab_files
Description
reads binary files in clocklab format
Usage
read_clock_lab_files(file_names)
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
f <- file.path(system.file(package = 'actogrammr'), 'testdata')
d <- read_clock_lab_files(file_names = list.files(path = f, full.names = TRUE))
[Package actogrammr version 0.2.3 Index]