g.loadlog: Load and clean sleeplog information

Description Usage Arguments Value Author(s) Examples

View source: R/g.loadlog.R

Description

Loads sleeplog from a csv input file and applies sanity checks before storing the output in a dataframe

Usage

1
g.loadlog(loglocation=c(),coln1=c(),colid=c(),nnights=c(),sleeplogidnum=TRUE)

Arguments

loglocation

See g.part4

coln1

See g.part4

colid

See g.part4

nnights

See g.part4

sleeplogidnum

See g.part4

Value

Data frame with sleeplog

Author(s)

Vincent T van Hees <vincentvanhees@gmail.com>

Examples

1
2
3
4
5
## Not run: 
sleeplog = g.loadlog(loglocation="C:/mysleeplog.csv",coln1=2,
colid=1,nnights=5,sleeplogidnum=TRUE)

## End(Not run)

PeteJWatson/ggircal documentation built on Nov. 24, 2021, 11:14 a.m.