deagg: Deaggregation of reports for summary_type sequential or...

Description Usage Arguments Value Examples

View source: R/deagg.R

Description

Deaggregation of reports for summary_type sequential or daily.

Usage

1
deagg(period)

Arguments

period

a dataframe containing participants, start and end date/time period

Value

a dataframe

Examples

1
2
3
4
5
6
7
8
library("lubridate")
data("act")
par <- data.frame(subject_ID = 1,
                  summary_duration_h = 24,
                  summary_type = "sequential",
                  summary_start_datime = ymd_hms("2017-12-05 00:00:00 UTC"),
                  summary_end_datime = ymd_hms("2017-12-15 00:00:00 UTC"))
deagg(period = par)

ActisoftR documentation built on Oct. 16, 2018, 5:04 p.m.