read_clock_lab_files: read_clock_lab_files

Description Usage Arguments Value Examples

View source: R/read_clock_lab.R

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))

Example output

Warning message:
`as_data_frame()` is deprecated as of tibble 2.0.0.
Please use `as_tibble()` instead.
The signature and semantics have changed, see `?as_tibble`.
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated. 

actogrammr documentation built on May 1, 2019, 9:03 p.m.