Description Usage Arguments Value Examples
View source: R/create_test_sleeplog_csv.R
Creates sleeplog file in the format as expected by g.part4 with dummy data (23:00 onset, 07:00 waking time for every night).
1 | create_test_sleeplog_csv(Nnights=7,storagelocation=c())
|
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 |
The function does not produce any output values. Only the file is stored
1 2 3 4 | ## Not run:
create_test_sleeplog_csv()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.