Learn R Programming

ActisoftR (version 0.0.2)

deagg: Deaggregation of reports for summary_type sequential or daily.

Description

Deaggregation of reports for summary_type sequential or daily.

Usage

deagg(period)

Arguments

period

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

Value

a dataframe

Examples

Run this code
# NOT RUN {
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)

# }

Run the code above in your browser using DataLab