powered by
Loads sleeplog from a csv input file and applies sanity checks before storing the output in a dataframe
g.loadlog(loglocation=c(),coln1=c(),colid=c(),nnights=c(), sleeplogidnum=TRUE, sleeplogsep=",", meta.sleep.folder = c(), desiredtz="")
See g.part4
Value used as sep argument for reading sleeplog csv file.
Path to part3 milestone data, only specify if sleeplog is in advanced format.
Data frame with sleeplog, which can be either in basic format or in advanced format. See GGIR package vignette for discussion of these two formats.
# NOT RUN { sleeplog = g.loadlog(loglocation="C:/mysleeplog.csv",coln1=2, colid=1,nnights=5,sleeplogidnum=TRUE) # }
Run the code above in your browser using DataLab