read_clocklab: Import data from Clocklab

View source: R/read_clocklab.R

read_clocklabR Documentation

Import data from Clocklab

Description

Import data from Clocklab

Usage

read_clocklab(file = NULL)


read_clocklab_folder(directory = NULL)

Arguments

file

optional. A file path for a .csv outputted form the clocklab software.

directory

optional. A folder path containing .csv files outputted from the clocklab software. Make sure all individuals in the folder belong to the same experimental group and that the experiments were run on the same dates.

Value

Returns a data.frame/tibble with 3 columns: datatetime of the experiment ld : light switch status IND Name: measurement values

Examples

df <- read_clocklab()
df <- read_clocklab_folder()


edpclau/circadian-dynamics documentation built on Aug. 25, 2023, 12:18 p.m.