ACTman manages Actigraphy data.
To install, type the following:
install.packages('devtools')
devtools::install_github('compsy/ACTman')
To get the actdata overview:
View(ACTman::ACTman(workdir = "C:/Bibliotheek/Studie/PhD/Publishing/ACTman/R-part/mydata2",
myACTdevice = "Actiwatch2",
iwantsleepanalysis = FALSE,
plotactogram = FALSE,
selectperiod = FALSE,
startperiod = "2016-10-03 00:00:00",
daysperiod = 14,
tune = FALSE))
Type ?ACTman::ACTman for help.