report_point: Generates reports based on input points.

Description Usage Arguments Details Value Examples

View source: R/report_point.r

Description

Generates reports based on input points.

Usage

1
report_point(period, acti_data, tz = "UTC", ...)

Arguments

period

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

acti_data

a dataframe of the form "acti_data".

tz

is the time zone. Optional argument. tz = "UTC" by default.

...

Optional parameters

Details

Periods partially scored as 'bad' or 'EXCLUDED' are due to off-wrist or other reasons. In that case the column ‘with_excluded_bad’ will show TRUE. See examples in the Vignettes.

Value

a dataframe

Examples

1
2
3
4
5
6
# Example 1
library(lubridate)
par_point <- data.frame(subject_ID = c(1,1),
                       time_point_datime = ymd_hms(c("2017-12-06 00:00:00 UTC",
                       "2017-12-07 00:00:00 UTC")))
report_point(period = par_point, acti_data = act)

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