powered by
reads binary files in clocklab format
read_clock_lab_files(file_names)
the names of the files to read. Should be the result of a call to list.files(..., full.names = TRUE)
a big data.frame
# NOT RUN { f <- file.path(system.file(package = 'actogrammr'), 'testdata') d <- read_clock_lab_files(file_names = list.files(path = f, full.names = TRUE)) # }
Run the code above in your browser using DataLab