read_clock_lab_file: read_clock_lab_file

Description Usage Arguments Value Examples

Description

reads a binary file in clocklab format

Usage

1

Arguments

file_name

the name of the file to read, should represent one mouse. 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_file(file_name = list.files(path = f, full.names = TRUE)[1])

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