Learn R Programming

GGIR (version 2.6-0)

create_test_sleeplog_csv: Creates csv sleeplog file for testing purposes

Description

Creates sleeplog file in the format as expected by g.part4 with dummy data (23:00 onset, 07:00 waking time for every night).

Usage

create_test_sleeplog_csv(Nnights=7,storagelocation=c(), advanced=FALSE)

Arguments

Nnights

Number of nights (minimum is 1)

storagelocation

Location where the test file named testfile.csv will be stored If no value is provided then the function uses the current working directory

advanced

Boolean to indicate whether to create an advanced sleeplog that also includes logs of nap times and nonwear

Value

The function does not produce any output values. Only the file is stored

Examples

Run this code
# NOT RUN {
  
# }
# NOT RUN {
    create_test_sleeplog_csv()
  
# }

Run the code above in your browser using DataLab