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)
See g.part4
Data frame with sleeplog
# 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