guess.dates: Guess dates

Description Usage Arguments Details Value See Also

Description

Date format guessing used in read.actigraph.dat and read.csa

Usage

1
2
3
4
5
6
7
8
guess.dates(
  d1,
  t1,
  d2,
  t2,
  START = ISOdate(2007, 8, 31),
  END = ISOdate(2008, 7, 1)
)

Arguments

d1

date 1

t1

time 1

d2

date 2

t2

time 2

START

start date of study

END

end date of study

Details

For reading in older actigraph files in "dat" format. The main shortcoming of this format is ambiguity of date format - it is dependent on computer used to download the data. Therefore the newer format (agd) should be used when possible.

Value

an object (list) of class "acc"

See Also

read.actigraph.csv


lebatsnok/accelerate documentation built on Dec. 21, 2021, 9:47 a.m.