Description Usage Arguments Value
read.actigraph.folder
| 1 2 3 4 5 6 7 8 9 10 | read.actigraph.folder(
  FOLDER,
  LIST = NULL,
  RIT = 15,
  CUTOFFS = Cutoffs.T1,
  BY. = "DSTday",
  STATS. = c(CNTSTATS, STEPSTATS, HRSTATS),
  EXT. = c("dat", "csv", "agd"),
  ...
)
 | 
| FOLDER | name of the folder | 
| LIST | which files from the folder to read in (could be numeric or logical index) | 
| RIT | reintegrate to common epoch (default is 15) | 
| CUTOFFS | which cutoffs to use (default to a long list used in Idefics study: Cutoffs.T1) | 
| BY. | period to use as a unit of analysis: defults to "DSTday" (calendar day but using daylight saving time changes when relevant i.e period is usually 24 hours but can be 23 or 25); could be anything like "30 mins" or "2 days" | 
| STATS. | defaults to c(CNTSTATS, STEPSTATS, HRSTATS) - that is - calculate statistics for activity counts, steps, and heart rate | 
| EXT. | which file extensions to use; defaults to c("dat", "csv", "agd") | 
| ... | ... | 
read.actigraph.folder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.